XPObjectSpaceProvider.CheckCompatibilityType Property
Specifies how the database and application compatibility is checked.
Namespace: DevExpress.ExpressApp.Xpo
Assembly: DevExpress.ExpressApp.Xpo.v22.1.dll
Declaration
Property Value
Type | Description |
---|---|
Nullable<CheckCompatibilityType> | A Nullable<CheckCompatibilityType> enumeration value specifying how the database and application compatibility is checked. |
Remarks
This property allows you to specify the mode individually for each Object Space Provider (in case you use multiple databases).
The default CheckCompatibilityType‘s value is null (Nothing in VB) and the XafApplication.CheckCompatibilityType property value is actually used. Refer to this property description to learn more on available values.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CheckCompatibilityType property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.