NonPersistentObjectSpaceProvider.SchemaUpdateMode Property
In This Article
This property is added to support the IObjectSpaceProvider interface and returns None.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
public SchemaUpdateMode SchemaUpdateMode { get; set; }
#Property Value
Type | Description |
---|---|
Schema |
A Schema |
Available values:
Name | Description |
---|---|
None | Database compatibility issues are ignored. |
Database |
Missing database is autocreated. The database schema is updated when the compatibility check fails. |
#Implements
See Also