XPObjectSpaceProvider.CheckCompatibilityType Property
Specifies how the database and application compatibility is checked.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Xpo
#Declaration
public CheckCompatibilityType? CheckCompatibilityType { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Check |
A Nullable<Check |
Available values:
Name | Description |
---|---|
Database |
The database schema compatibility is checked: all required tables, columns and the database itself should exist. |
Module |
The module versions stored in the Module |
#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.