Skip to main content
All docs
V23.2
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.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