RowUpdating Event

Occurs during update before a command is executed against the data source. The attempt to update is made, so the event is initiated.

Syntax

event AseRowUpdatingEventHandler RowUpdating

Usage

The event handler receives an argument of type AseRowUpdatingEventArgs containing data related to this event. The following AseRowUpdatingEventArgs properties provide information specific to this event:

  • Command

  • Errors

  • Row

  • StatementType

  • Status

  • TableMapping

For more information, see the .NET Framework documentation for OleDbDataAdapter.RowUpdating Event.