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 Properties

Provides an Object Space in EF Core-based applications that do not use the Security System.
Name Description
CheckCompatibilityType Specifies an approach to check if the database and application are compatible.
ConnectionString Specifies the connection string that the current Object Space Provider uses.
EntityStore Provides access to the storage of registered entities.
ModuleInfoType Gets the type of the class mapped to the ModuleInfo table in the database.
SchemaUpdateMode Specifies how to check compatibility for the database associated with the current EFCoreObjectSpaceProvider.
TypesInfo Supplies XAF-related information on business classes.
See Also