Skip to main content
.NET 6.0+

NonPersistentObjectSpaceProvider.EntityStore Property

Provides access to the storage of registered entities.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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