Skip to main content
A newer version of this page is available.

EFObjectSpace.Dispose() Method

Releases all resources used by an EFObjectSpace object.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF.v18.2.dll

Declaration

public override void Dispose()

Remarks

The Dispose method releases all resources allocated by the current EFObjectSpace, 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