Skip to main content

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

public enum CheckCompatibilityType

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