DatabaseVersionMismatchEventArgs.Updater Property
Provides access to the Database Updater. Use the object returned by this property to update the application database.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.ExpressApp.Updating.DatabaseUpdaterBase | An object that is used to update the database. |
See Also