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

    NonPersistentObjectSpaceProvider.SchemaUpdateMode Property

    This property is added to support the IObjectSpaceProvider interface and returns None.

    Namespace: DevExpress.ExpressApp

    Assembly: DevExpress.ExpressApp.v25.1.dll

    NuGet Package: DevExpress.ExpressApp

    Declaration

    public SchemaUpdateMode SchemaUpdateMode { get; set; }

    Property Value

    Type Description
    SchemaUpdateMode

    A SchemaUpdateMode enumeration value that specifies how to check database compatibility.

    Implements

    See Also