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
-
row
The
DataRow
sent forUpdate
. -
command
The
IDbCommand
executed during theUpdate
. -
statementType
The
StatementType
enumeration value indicating the type of SQL statement executed. -
tableMapping
The
DataTableMapping
used for theUpdate
.