Event | Description |
FillError | Raised when an error occurs during a Fill operation. Inherited from DBDataAdapter. |
RowUpdating | Raised as an UPDATE, INSERT, or DELETE operation on a row (by a call to one of the Update methods) is about to start. |
RowUpdated | Raised after an UPDATE, INSERT, or DELETE operation on a row (by a call to one of the Update methods) is complete. |