RowUpdatingEventArgs Constructor (DataRow^, IDbCommand^, StatementType, DataTableMapping^)
.NET Framework (current version)
Initializes a new instance of the RowUpdatingEventArgs class.
Assembly: System.Data (in System.Data.dll)
public:
RowUpdatingEventArgs(
DataRow^ dataRow,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
Parameters
- dataRow
- Type: System.Data::DataRow^
- command
-
Type:
System.Data::IDbCommand^
The IDbCommand to execute when Update is called.
- statementType
-
Type:
System.Data::StatementType
The type of SQL statement to execute.
- tableMapping
-
Type:
System.Data.Common::DataTableMapping^
The DataTableMapping to send through an Update.
.NET Framework
Available since 1.1
Available since 1.1
Show: