Skip to main content
All docs
V21.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.CheckCompatibilityType Property

Specifies an approach to check if the database and application are compatible.

Namespace: DevExpress.ExpressApp.EF

Assembly: DevExpress.ExpressApp.EF6.v21.2.dll

NuGet Package: DevExpress.ExpressApp.EF6

Declaration

public CheckCompatibilityType? CheckCompatibilityType { get; set; }

Property Value

Type Description
Nullable<CheckCompatibilityType>

A Nullable<CheckCompatibilityType> enumeration value that specifies an approach used to check if the database and application are compatible.

Remarks

This property allows you to specify the mode individually for each Object Space Provider (in case you use multiple databases).

The default CheckCompatibilityType‘s value is null (Nothing in VB) and the XafApplication.CheckCompatibilityType property value is actually used. Refer to this property description to learn more on available values.

See Also