DatabaseVersionMismatchEventArgs Properties
Represents arguments passed to the XafApplication.DatabaseVersionMismatch event.
Name | Description |
---|---|
Compatibility |
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 Handled |
Updater | Provides access to the Database Updater which is used to update the database version. |
See Also