Skip to main content
All docs
V26.1
  • EFCoreObjectSpace(ITypesInfo, IEntityStore, Func<DbContext>) Constructor

    Initializes a new instance of the EFCoreObjectSpace class with specified settings.

    Namespace: DevExpress.ExpressApp.EFCore

    Assembly: DevExpress.ExpressApp.EFCore.v26.1.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public EFCoreObjectSpace(
        ITypesInfo typesInfo,
        IEntityStore entityStore,
        Func<DbContext> createDbContext
    )

    Parameters

    Name Type Description
    typesInfo ITypesInfo

    An ITypesInfo object that provides access to XAF-related information on business classes.

    entityStore DevExpress.ExpressApp.DC.IEntityStore

    A source of EF Core-related information on business classes.

    createDbContext Func<DbContext>

    A method that returns DbContext.

    See Also