DatabaseVersionMismatchEventArgs Properties
Arguments passed to the DatabaseVersionMismatch event.| Name | Description |
|---|---|
| CompatibilityError | Returns the database and application compatibility error. |
| 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. Use the object returned by this property to update the application database. |
See Also