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.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public bool HasConnectionString { get; }

Property Value

Type Description
Boolean

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

See Also