Skip to main content
.NET 6.0+

IObjectSpaceProvider.EntityStore Property

Provides access to the storage of the registered entities.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

IEntityStore EntityStore { get; }

Property Value

Type Description
DevExpress.ExpressApp.DC.IEntityStore

An object implementing the IEntityStore interface, used to provide information on registered entities.

Remarks

The object returned by this property is used to get information on the registered entities.

See Also