Skip to main content

DataConnectionBase.HasConnectionString Property

Specifies whether the connection string has been assigned to the data connection.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v24.2.dll

Declaration

public bool HasConnectionString { get; }

Property Value

Type Description
Boolean

true if the connection string has already been specified; otherwise false.

See Also