SqlRowUpdatingEventArgs Constructor (DataRow^, IDbCommand^, StatementType, DataTableMapping^)
.NET Framework (current version)
Initializes a new instance of the SqlRowUpdatingEventArgs class.
Assembly: System.Data (in System.Data.dll)
public:
SqlRowUpdatingEventArgs(
DataRow^ row,
IDbCommand^ command,
StatementType statementType,
DataTableMapping^ tableMapping
)
Parameters
- row
- Type: System.Data::DataRow^
- 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: