DatabaseUpdateMode Enum
Specifies the mode of updating the database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Members
Name | Description |
---|---|
Never
|
Specifies that the database is never updated. In this instance, update of the database should be performed manually on the database server. |
UpdateDatabaseAlways
|
Specifies that the database is updated at every application run. Do not choose this mode when the Application Server is in use. |
UpdateOldDatabase
|
Specifies that the database is updated when its version is older than the application version. |
Remarks
These enumeration values are used to set the XafApplication.DatabaseUpdateMode property.
See Also