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