NonPersistentObjectSpace.Dispose() Method
Releases all resources used by an NonPersistentObjectSpace object.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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