SqlDataConnection.IsConnected Property
In This Article
Indicates whether or not the data connection is currently active.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the data connection is active; otherwise false. |
See Also