System.Data.SqlClient Namespace SqlDataAdapter 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 SqlRowUpdatingEventHandler [ C# ] public event SqlRowUpdatingEventHandler RowUpdating; [ C++ ] public: __event SqlRowUpdatingEventHandler* 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 SqlRowUpdatingEventArgs containing data related to this event. The following SqlRowUpdatingEventArgs 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:
SqlDataAdapter Members SqlRowUpdatingEventArgs Class SqlRowUpdatingEventHandler Delegate
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