Session.IsConnected Property
In This Article
Gets whether the session is connected to a database.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
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