Session.Disconnect() Method
Disconnects the session from 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
Remarks
The Disconnect method rolls back an existing transaction and closes the connection created by the Session.Connect method.
See Also