SqlDataAdapter Events
.NET Framework (current version)
Namespace:
System.Data.SqlClient
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Disposed | |
![]() | 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. |
Show:
