DatabaseVersionMismatchEventArgs Class
Represents arguments passed to the XafApplication.DatabaseVersionMismatch event.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
The DatabaseVersionMismatchEventArgs class declares the DatabaseVersionMismatchEventArgs.Updater property specific to the XafApplication.DatabaseVersionMismatch event, which is designed to update the application’s database. This property allows using the DatabaseUpdater class to update the database version. In addition, use the DatabaseVersionMismatchEventArgs.CompatibilityError property to get the error that has occurred while checking the compatibility of the application and database.
This class is inherited from the HandledEventArgs class, so you can set the handler’s Handled parameter, to prevent the default update of database version.