System.Data.OleDb Namespace OleDbDataAdapter Class
Occurs during Update before a command is executed against the data source. The attempt to update is made, so the event fires.
[ VB ] Public Event RowUpdating As OleDbRowUpdatingEventHandler [ C# ] public event OleDbRowUpdatingEventHandler RowUpdating; [ C++ ] public: __event OleDbRowUpdatingEventHandler* RowUpdating;
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 OleDbRowUpdatingEventArgs containing data related to this event. The following OleDbRowUpdatingEventArgs 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 OleDbRowUpdatingEventArgs Class OleDbRowUpdatingEventHandler 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