Skip to main content
All docs
V25.1
  • .NET Framework 4.6.2+

    NonPersistentObjectSpaceProvider.CheckCompatibilityType Property

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

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.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