IObjectSpaceProvider.EntityStore Property
Provides access to the storage of the registered entities.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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