Occurs during an update after a command is executed against the data source. When an attempt to update is made, the event fires.
Visual Basic
Public Event RowUpdated As SARowUpdatedEventHandler
C#
public event SARowUpdatedEventHandler RowUpdated ;
The event handler receives an argument of type SARowUpdatedEventArgs containing data related to this event.
For more information, see the .NET Framework documentation for OleDbDataAdapter.RowUpdated Event.
Command Gets the SACommand that is executed when DataAdapter.Update is called.
RecordsAffected Returns the number of rows changed, inserted, or deleted by execution of the SQL statement.
Command
Errors
Row
RowCount
StatementType
Status
TableMapping