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