MySqlDataAdapter Events
From MySQL Connector/Net
The MySqlDataAdapter type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.) | |
| FillError |
Returned when an error occurs during a fill operation.
(Inherited from DataAdapter.) | |
| RowUpdated |
Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
| |
| RowUpdating |
Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
|