| Devart.Data.Oracle Namespace > OracleDataAdapter Class : RowUpdating Event (OracleDataAdapter) |
Occurs during
[Visual Basic]
Public Event RowUpdating() As OracleRowUpdatingEventHandler[C#]
public event OracleRowUpdatingEventHandler RowUpdating();The event handler receives an argument of type OracleRowUpdatingEventArgs containing data related to this event. The following OracleRowUpdatingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| OracleRowUpdatedEventArgs.Command | Gets the OracleCommand executed when |
| Errors (inherited from | Gets any errors generated by the .NET data provider when the |
| Row (inherited from | Gets the |
| StatementType ( | Gets the type of SQL statement to execute. |
| Status (inherited from | Gets the UpdateStatus of the |
| TableMapping (inherited from | Gets the DataTableMapping to sent through an |
When using the
OracleDataAdapter Class | OracleDataAdapter Members
© 2002 - 2013 Devart. All Rights Reserved.