Skip to main content
.NET 6.0+

Session.Disconnect() Method

Disconnects the session from a database.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public void Disconnect()

Remarks

The Disconnect method rolls back an existing transaction and closes the connection created by the Session.Connect method.

See Also