DatabaseVersionMismatchEventArgs.Updater Property
In This Article
Provides access to the Database Updater which is used to update the database version.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A Database |
#Remarks
You can use the object returned by this property to update the database version. For details, refer to the XafApplication.DatabaseVersionMismatch event description.
See Also