expressappframework-devexpress-dot-expressapp-44248b2c.md
Contains values that specify how to handle the database compatibility check.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public enum SchemaUpdateMode
Public Enum SchemaUpdateMode
| Name | Description |
|---|---|
None |
Database compatibility issues are ignored.
|
| DatabaseAndSchema |
Missing database is autocreated. The database schema is updated when the compatibility check fails.
|
The following properties accept/return SchemaUpdateMode values:
These enumeration values are used to initialize the IObjectSpaceProvider.SchemaUpdateMode property.
See Also