Skip to main content
.NET 6.0+

IObjectSpaceProvider.CheckCompatibilityType Property

Specifies how the database and application compatibility is checked.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

CheckCompatibilityType? CheckCompatibilityType { get; set; }

Property Value

Type Description
Nullable<CheckCompatibilityType>

A Nullable<CheckCompatibilityType> enumeration value specifying how the database and application compatibility is checked.

Remarks

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

By default, CheckCompatibilityType is set to 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