XafApplication.DatabaseUpdaterCreating Event
Occurs when creating a database updater.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
Event Data
The DatabaseUpdaterCreating event's data class is DevExpress.ExpressApp.DatabaseUpdaterEventArgs.
Remarks
This event is intended for internal use. To manually update the application’s database, handle the XafApplication.DatabaseVersionMismatch event, and use the database updater, accessible via the handler’s DatabaseVersionMismatchEventArgs.Updater parameter.
See Also