DatabaseVersionMismatchEventArgs Properties
Represents arguments passed to the XafApplication.DatabaseVersionMismatch event.Name | Description |
---|---|
CompatibilityError | Specifies the error that has occured while checking the database and application compatibility. |
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
Updater | Provides access to the Database Updater which is used to update the database version. |
See Also