asp.net.ph

RowUpdatingEventArgs Constructor

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
);

Parameters

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.]

Remarks

This constructor is called by derived class constructors to initialize state in this type.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP

See Also

RowUpdatingEventArgs Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note