Skip to main content
All docs
V21.2
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpaceProvider Class

Provides an Object Space in EF 6-based XAF applications.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF6.v21.2.dll

NuGet Package: DevExpress.ExpressApp.EF6

Declaration

public class EFObjectSpaceProvider :
    IObjectSpaceProvider,
    IDatabaseSchemaChecker,
    IDisposable

Remarks

In applications with the Security System, use the SecuredObjectSpaceProvider instead of EFObjectSpaceProvider.

Use the XafApplication.CreateObjectSpace method to create this Object Space if the default Object Space Provider is EFObjectSpaceProvider (see the CreateDefaultObjectSpaceProvider method implementation of your XafApplication descendant).

To learn more about Object Spaces, refer to the BaseObjectSpace class description.

Inheritance

Object
EFObjectSpaceProvider
See Also