NonPersistentObjectSpaceProvider.CheckCompatibilityType Property
In This Article
This property is added to support the IObjectSpaceProvider interface and returns null (Nothing in VB).
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public CheckCompatibilityType? CheckCompatibilityType { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Check |
A Nullable<Check |
Available values:
Name | Description |
---|---|
Database |
The database schema compatibility is checked: all required tables, columns and the database itself should exist. |
Module |
The module versions stored in the Module |
#Implements
See Also