expressappframework-devexpress-dot-expressapp-4f67fb79.md
Contains values specifying the mode used to check database compatibility.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum CheckCompatibilityType
Public Enum CheckCompatibilityType
| Name | Description |
|---|---|
DatabaseSchema |
XAF ensures that the database schema matches the business model: all required tables, columns and databases should exist.
|
| ModuleInfo |
XAF ensures that the database version matches the application version. The module versions stored in the ModuleInfo table are compared with their actual assembly versions.
|
The following properties accept/return CheckCompatibilityType values:
These enumeration values are used to initialize the XafApplication.CheckCompatibilityType and IObjectSpaceProvider.CheckCompatibilityType properties.
See Also