OracleRowUpdatingEventArgs Properties
.NET Framework 3.0
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Command | Gets or sets the OracleCommand to execute when performing the Update. |
| Errors | Gets any errors generated by the .NET Framework data provider when the Command executes. (inherited from RowUpdatingEventArgs) |
| Row | Gets the DataRow that will be sent to the server as part of an insert, update, or delete operation. (inherited from RowUpdatingEventArgs) |
| StatementType | Gets the type of SQL statement to execute. (inherited from RowUpdatingEventArgs) |
| Status | Gets or sets the UpdateStatus of the Command property. (inherited from RowUpdatingEventArgs) |
| TableMapping | Gets the DataTableMapping to send through the Update. (inherited from RowUpdatingEventArgs) |
| Name | Description | |
|---|---|---|
| BaseCommand | Gets or sets the IDbCommand object for an instance of this class. (inherited from RowUpdatingEventArgs) |