Skip to main content
A newer version of this page is available.
All docs
V20.2
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

EFObjectSpaceProvider Constructors

Provides an Object Space in EF 6-based XAF applications.
Name Parameters Description
EFObjectSpaceProvider(Type, ITypesInfo, EFTypeInfoSource, DbConnection, String, String) contextType, typesInfo, typeInfoSource, connection, metadataLocations, providerName Initializes a new instance of the EFObjectSpaceProvider class with specified settings.
EFObjectSpaceProvider(Type, ITypesInfo, EFTypeInfoSource, DbConnection) contextType, typesInfo, typeInfoSource, connection Initializes a new instance of the EFObjectSpaceProvider class with specified settings.
EFObjectSpaceProvider(Type, ITypesInfo, EFTypeInfoSource, String, String, String) contextType, typesInfo, typeInfoSource, connectionString, metadataLocations, providerName Initializes a new instance of the EFObjectSpaceProvider class with specified settings.
EFObjectSpaceProvider(Type, ITypesInfo, EFTypeInfoSource, String) contextType, typesInfo, typeInfoSource, connectionString Initializes a new instance of the EFObjectSpaceProvider class with specified settings.
EFObjectSpaceProvider(Type, DbConnection) contextType, connection Initializes a new instance of the EFObjectSpaceProvider class with specified settings.
EFObjectSpaceProvider(Type, String) contextType, connectionString Initializes a new instance of the EFObjectSpaceProvider class with specified settings.
See Also