Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    EFCoreObjectSpaceProvider<TDbContext> Constructors

    Name Parameters Description
    EFCoreObjectSpaceProvider(ITypesInfo, EFCoreTypeInfoSource, String, EFCoreDatabaseProviderHandler<TDbContext>) typesInfo, typeInfoSource, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>) typesInfo, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(EFCoreDatabaseProviderHandler<TDbContext>) databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(IDbContextFactory<TDbContext>, ITypesInfo) dbContextFactory, typesInfo Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(IDbContextFactory<TDbContext>) dbContextFactory Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(ServiceCollection, ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>) services, typesInfo, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(ServiceCollection, DbContextOptions<TDbContext>, ITypesInfo, String) services, dbContextOptions, typesInfo, connectionString Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    EFCoreObjectSpaceProvider(String, EFCoreDatabaseProviderHandler<TDbContext>) connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
    See Also