CheckCompatibilityType Enum
Contains values specifying the mode used to check database compatibility.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v20.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. |
Remarks
These enumeration values are used to initialize the XafApplication.CheckCompatibilityType and IObjectSpaceProvider.CheckCompatibilityType properties.
See Also
Feedback