RowUpdatingEventArgs Constructor (DataRow^, IDbCommand^, StatementType, DataTableMapping^)

 

Initializes a new instance of the RowUpdatingEventArgs class.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
RowUpdatingEventArgs(
	DataRow^ dataRow,
	IDbCommand^ command,
	StatementType statementType,
	DataTableMapping^ tableMapping
)

Parameters

dataRow
Type: System.Data::DataRow^

The DataRow to Update.

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
Return to top
Show: