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.
|