Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CheckCompatibilityType Enum

Contains values specifying the mode used to check database compatibility.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

public enum CheckCompatibilityType

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