CheckCompatibilityType Enum
Contains values specifying the mode used to check database compatibility.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
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