asp.net.ph

OleDbRowUpdatedEventArgs Constructor

System.Data.OleDb Namespace   OleDbRowUpdatedEventArgs Class


Initializes a new instance of the OleDbRowUpdatedEventArgs class.

[ VB ]
Public Sub New ( _
   ByVal dataRow As DataRow, _
   ByVal command As IDbCommand, _
   ByVal statementType As StatementType, _
   ByVal tableMapping As DataTableMapping _
)

[ C# ]
public OleDbRowUpdatedEventArgs (
   DataRow dataRow,
   IDbCommand command,
   StatementType statementType,
   DataTableMapping tableMapping
);

[ C++ ]
public: OleDbRowUpdatedEventArgs (
   DataRow* dataRow,
   IDbCommand* command,
   StatementType statementType,
   DataTableMapping* tableMapping
);

[ C++ ]
public function OleDbRowUpdatedEventArgs (
   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
One of the StatementType values that specifies the type of query executed.
tableMapping
The DataTableMapping sent through an Update.
See Also

OleDbRowUpdatedEventArgs 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