Session.IsConnected Property
Gets whether the session is connected to a database.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the session is connected to a database; otherwise, false. |
Remarks
To connect a session to a database use the Session.Connect method. To disconnect the session currently connected, use the Session.Disconnect method.
See Also