This documentation is archived and is not being maintained.
RowUpdatingEventArgs Constructor
.NET Framework 1.1
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 );
Parameters
- dataRow
- The DataRow to Update.
- command
- The IDbCommand to execute when Update is called.
- statementType
- The type of SQL statement to execute.
- tableMapping
- The DataTableMapping to send through an Update.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
RowUpdatingEventArgs Class | RowUpdatingEventArgs Members | System.Data.Common Namespace
Show: