System.Data.Common Namespace RowUpdatingEventArgs Class
Initializes a new instance of the RowUpdatingEventArgs class.
[Visual Basic]
Protected Sub New( _
ByVal dataRow As DataRow, _
ByVal command As IDbCommand, _
ByVal statementType As StatementType, _
ByVal tableMapping As DataTableMapping _
)
[ C# ]
protected RowUpdatingEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
);
[ C++ ]
protected: RowUpdatingEventArgs(
DataRow* dataRow,
IDbCommand* command,
StatementType statementType,
DataTableMapping* tableMapping
);
[ JScript ]
protected function RowUpdatingEventArgs(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
);
- dataRow
- The DataRow to Update.
- command
- The IDbCommand to execute when Update is called.
- statementType
- The type of SQL statement to execute.
- 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
RowUpdatingEventArgs Members