EFCoreObjectSpaceProvider(ServiceCollection, ITypesInfo, String, EFCoreDatabaseProviderHandler<TDbContext>) Constructor
Initializes a new instance of the EFCoreObjectSpaceProvider<TDbContext> class with specified settings.
Namespace: DevExpress.ExpressApp.EFCore
Assembly: DevExpress.ExpressApp.EFCore.v26.1.dll
NuGet Package: DevExpress.ExpressApp.EFCore
Declaration
public EFCoreObjectSpaceProvider(
ServiceCollection services,
ITypesInfo typesInfo,
string connectionString,
EFCoreDatabaseProviderHandler<TDbContext> databaseProviderHandler
)
Parameters
| Name | Type |
|---|---|
| services | ServiceCollection |
| typesInfo | ITypesInfo |
| connectionString | String |
| databaseProviderHandler | DevExpress.ExpressApp.EFCore.EFCoreDatabaseProviderHandler<TDbContext> |
See Also