Occurs during an update before a command is executed against the data source. When an attempt to update is made, the event fires.
Visual Basic
Public Event RowUpdating As SARowUpdatingEventHandler
C#
public event SARowUpdatingEventHandler RowUpdating ;
The event handler receives an argument of type SARowUpdatingEventArgs containing data related to this event.
For more information, see the .NET Framework documentation for OleDbDataAdapter.RowUpdating Event.
Command Specifies the SACommand to execute when performing the Update.
Command
Errors
Row
StatementType
Status
TableMapping