asp.net.ph

RowUpdatedEventArgs Constructor

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

Parameters

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

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

RowUpdatedEventArgs Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph