CheckCompatibilityType Enum
Contains values specifying the mode used to check database compatibility.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v21.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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the CheckCompatibilityType enum.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.