Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CheckCompatibilityType Enum

Contains values specifying the mode used to check database compatibility.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#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