OracleDataAdapter Events
.NET Framework 4.5
The OracleDataAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
FillError | Returned when an error occurs during a fill operation. (Inherited from DataAdapter.) |
|
RowUpdated | Occurs during an update operation after a command is executed against the database. |
|
RowUpdating | Occurs during Update before a command is executed against the data source. |