Contents Index AsaRowUpdatedEventHandler delegate AsaTransaction class

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

AsaRowUpdatingEventHandler delegate


Description 

Represents the method that will handle the RowUpdating event of an AsaDataAdapter.

Syntax 

void AsaRowUpdatingEventHandler (
object sender,
AsaRowUpdatingEventArgs e
)

Parameters 

sender    The source of the event.

e    The AsaRowUpdatingEventArgs that contains the event data.


Contents Index AsaRowUpdatedEventHandler delegate AsaTransaction class