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 Properties

Provides an Object Space in EF 6-based XAF applications.
Name Description
CheckCompatibilityType Specifies an approach to check if the database and application are compatible.
Connection Specifies the connection type the current Object Space Provider uses.
ConnectionString Specifies the connection string used to access a database.
EntityStore Provides access to the storage of registered entities.
ModuleInfoType Gets the type of the class that is mapped to the ModuleInfo table in the database.
SchemaUpdateMode Specifies how to check compatibility for the database associated with the current EFObjectSpaceProvider.
TypesInfo Supplies XAF-related information on types used in the application.
See Also