System.Data.OleDb Namespace OleDbDataAdapter Class
Occurs during Update after a command is executed against the data source. The attempt to update is made, so the event fires.
[ VB ] Public Event RowUpdated As OleDbRowUpdatedEventHandler [ C# ] public event OleDbRowUpdatedEventHandler RowUpdated; [ C++ ] public: __event OleDbRowUpdatedEventHandler* RowUpdated;
In [ JScript ], you can handle the events defined by a class, but you cannot define your own.
The event handler receives an argument of type OleDbRowUpdatedEventArgs containing data related to this event. The following OleDbRowUpdatedEventArgs properties provide information specific to this event.
When using Update, there are two events that occur per data row updated. The order of execution is as follows:
OleDbDataAdapter Members OleDbRowUpdatedEventArgs Class OleDbRowUpdatedEventHandler Delegate
© 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