Skip to main content
A newer version of this page is available. .

XPObjectSpaceProvider.CheckCompatibilityType Property

Namespace: DevExpress.ExpressApp.Xpo

Assembly: DevExpress.ExpressApp.Xpo.v19.1.dll

Declaration

public CheckCompatibilityType? CheckCompatibilityType { get; set; }

Property Value

Type
Nullable<CheckCompatibilityType>

Available values:

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.

See Also