System.Data.Common Namespace RowUpdatedEventArgs Class
Initializes a new instance of the RowUpdatedEventArgs class.
[Visual Basic]
Protected Sub New( _
ByVal dataRow As DataRow, _
ByVal command As IDbCommand, _
ByVal statementType As StatementType, _
ByVal tableMapping As DataTableMapping _
)
[ C# ]
protected RowUpdatedEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
);
[ C++ ]
protected: RowUpdatedEventArgs(
DataRow* dataRow,
IDbCommand* command,
StatementType statementType,
DataTableMapping* tableMapping
);
[ JScript ]
protected function RowUpdatedEventArgs(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
);
- dataRow
- The DataRow sent through an Update.
- command
- The IDbCommand executed when Update is called.
- statementType
- The type of SQL statement executed.
- tableMapping
- [To be supplied.]
This constructor is called by derived class constructors to initialize state in this type.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP
RowUpdatedEventArgs Members