Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

NonPersistentObjectSpaceProvider.EntityStore Property

Provides access to the storage of registered entities.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public IEntityStore EntityStore { get; }

Property Value

Type Description
DevExpress.ExpressApp.DC.IEntityStore

An object that implements the IEntityStore interface and provides information on registered entities.

Implements

See Also