DataConnectionBase.HasConnectionString Property
Specifies whether the connection string has been assigned to the data connection.
Namespace: DevExpress.DataAccess
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the connection string has already been specified; otherwise false. |
See Also