SqlDataAdapter Events
.NET Framework 2.0
| Name | Description | |
|---|---|---|
| Disposed | Adds an event handler to listen to the Disposed event on the component. (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. |