CheckCompatibilityType Enum
In This Article
Contains values specifying the mode used to check database compatibility.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return CheckCompatibilityType values:
#Remarks
These enumeration values are used to initialize the XafApplication.CheckCompatibilityType and IObjectSpaceProvider.CheckCompatibilityType properties.
See Also