OracleRowUpdatingEventArgs Constructor (DataRow^, IDbCommand^, StatementType, DataTableMapping^)
.NET Framework (current version)
Initializes a new instance of the OracleRowUpdatingEventArgs class.
Assembly: System.Data.OracleClient (in System.Data.OracleClient.dll)
public:
OracleRowUpdatingEventArgs(
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
Parameters
- row
-
Type:
System.Data::DataRow^
The DataRow to update.
- command
-
Type:
System.Data::IDbCommand^
The IDbCommand to execute during update.
- statementType
-
Type:
System.Data::StatementType
One of the StatementType values that specifies the type of query executed.
- tableMapping
-
Type:
System.Data.Common::DataTableMapping^
The DataTableMapping sent through an update.
.NET Framework
Available since 1.1
Available since 1.1
Show: