MySqlDataAdapter Events

MySQL Connector/Net

MySqlDataAdapter Events

The MySqlDataAdapter type exposes the following members.

Events
  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public event FillError
Returned when an error occurs during a fill operation.
(Inherited from DataAdapter.)
Public event RowUpdated
Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
Public event RowUpdating
Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
Top
See Also