OleDbDataAdapter Events
.NET Framework 1.1
The events of the OleDbDataAdapter class are listed here. For a complete list of OleDbDataAdapter class members, see the OleDbDataAdapter Members topic.
Public Events
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
FillError (inherited from DbDataAdapter) | Returned when an error occurs during a fill operation. |
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. |
