Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Standard 2.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 Constructors

Provides an Object Space in EF Core-based applications that do not use the Security System.
Name Parameters Description
EFCoreObjectSpaceProvider(Type, ITypesInfo, EFCoreTypeInfoSource, String, EFCoreDatabaseProviderHandler) contextType, typesInfo, typeInfoSource, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider class with specified settings.
EFCoreObjectSpaceProvider(Type, ITypesInfo, String, EFCoreDatabaseProviderHandler) contextType, typesInfo, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider class with specified settings.
EFCoreObjectSpaceProvider(Type, EFCoreDatabaseProviderHandler) contextType, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider class with specified settings.
EFCoreObjectSpaceProvider(Type, ServiceCollection, ITypesInfo, String, EFCoreDatabaseProviderHandler) contextType, services, typesInfo, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider class with specified settings.
EFCoreObjectSpaceProvider(Type, ServiceCollection, DbContextOptions, ITypesInfo, String) contextType, services, dbContextOptions, typesInfo, connectionString Initializes a new instance of the EFCoreObjectSpaceProvider class with specified settings.
EFCoreObjectSpaceProvider(Type, String, EFCoreDatabaseProviderHandler) contextType, connectionString, databaseProviderHandler Initializes a new instance of the EFCoreObjectSpaceProvider class with specified settings.
See Also