Skip to main content
A newer version of this page is available. .

DataConnectionBase.HasConnectionString Property

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

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v18.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