A newer version of this page is available.
Switch to the current version.
CheckCompatibilityType Enum
Contains values specifying the mode used to check database compatibility.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
Members
Name | Description |
---|---|
DatabaseSchema | The database schema compatibility is checked: all required tables, columns and the database itself should exist. |
ModuleInfo | The module versions stored in the ModuleInfo table are compared with their actual assembly versions. |
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
Feedback