Skip to main content
.NET 6.0+

NonPersistentObjectSpaceProvider.CheckCompatibilityType Property

This property is added to support the IObjectSpaceProvider interface and returns null (Nothing in VB).

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CheckCompatibilityType? CheckCompatibilityType { get; set; }

Property Value

Type Description
Nullable<CheckCompatibilityType>

A Nullable<CheckCompatibilityType> enumeration value that specifies an approach used to check if the database and application are compatible.

See Also