OracleRowUpdatingEventArgs Constructor
The OracleRowUpdatingEventArgs constructor creates a new instance of the OracleRowUpdatingEventArgs class using the supplied data row, IDbCommand, type of SQL statement, and table mapping.
                  
Declaration
// C# public OracleRowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping);
Parameters
- 
                        rowThe DataRowsent forUpdate.
- 
                        commandThe IDbCommandexecuted during theUpdate.
- 
                        statementTypeThe StatementTypeenumeration value indicating the type of SQL statement executed.
- 
                        tableMappingThe DataTableMappingused for theUpdate.