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

IObjectSpaceProvider.EntityStore Property

Provides access to the storage of the registered entities.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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