Back to Devexpress

CheckCompatibilityType Enum

expressappframework-devexpress-dot-expressapp-4f67fb79.md

latest2.3 KB
Original Source

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

csharp
public enum CheckCompatibilityType
vb
Public Enum CheckCompatibilityType

Members

NameDescription
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:

Remarks

These enumeration values are used to initialize the XafApplication.CheckCompatibilityType and IObjectSpaceProvider.CheckCompatibilityType properties.

See Also

DevExpress.ExpressApp Namespace