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