Skip to main content
All docs
V25.2
  • EFCoreObjectSpaceProvider(IDbContextFactory<TDbContext>) Constructor

    Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.

    Namespace: DevExpress.ExpressApp.EFCore

    Assembly: DevExpress.ExpressApp.EFCore.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.EFCore

    Declaration

    public EFCoreObjectSpaceProvider(
        IDbContextFactory<TDbContext> dbContextFactory
    )

    Parameters

    Name Type
    dbContextFactory IDbContextFactory<TDbContext>
    See Also