DatabaseUpdateMode Enum
Contains values that specify the database updating mode.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
| Name | Description |
|---|---|
Never
|
The database is never updated automatically. You should update the database manually on the database server. |
UpdateDatabaseAlways
|
The database is updated at every application run. Do not choose this mode when the Middle Tier Application Server is in use. |
UpdateOldDatabase
|
The database is updated when its version is older than the application version. |
See Also