Contents Index MissingSchemaAction property RowUpdating event

ASA Programming Guide
  Adaptive Server Anywhere .NET Data Provider API Reference
    AsaDataAdapter class

RowUpdated event


Description 

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

Syntax 

event AsaRowUpdatedEventHandler RowUpdated

Usage 

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

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


Contents Index MissingSchemaAction property RowUpdating event