Skip to main content
.NET 6.0+

NonPersistentObjectSpace.Dispose() Method

Releases all resources used by an NonPersistentObjectSpace object.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void Dispose()

Remarks

The Dispose method releases all resources allocated by the current NonPersistentObjectSpace, and speeds up system performance. For instance, it disposes the current Object Space’s Object Context. Usually, you do not need to use this method, because ObjectSpace objects are disposed of together with disposing container Views.

See Also