OracleRowUpdatedEventArgs Constructor
The OracleRowUpdatedEventArgs
constructor creates a new OracleRowUpdatedEventArgs
instance.
Declaration
// C# public OracleRowUpdatedEventArgs(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
.