Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft