Skip to main content
All docs
V25.1
  • .NET 8.0+

    NonPersistentObjectSpaceProvider.EntityStore Property

    Provides access to the storage of registered entities.

    Namespace: DevExpress.ExpressApp

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