Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DatabaseUpdateMode Enum

Specifies the mode of updating the database.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum DatabaseUpdateMode

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