Skip to main content
.NET 6.0+

DatabaseVersionMismatchEventArgs Class

Represents arguments passed to the XafApplication.DatabaseVersionMismatch event.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class DatabaseVersionMismatchEventArgs :
    HandledEventArgs

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.

Inheritance

Object
EventArgs
HandledEventArgs
DatabaseVersionMismatchEventArgs
See Also