Contents Index AsaRowUpdatedEventArgs class Command property

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

AsaRowUpdatedEventArgs constructors


Description 

Initializes a new instance of the AsaRowUpdatedEventArgs class.

Syntax 

void AsaRowUpdatedEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)

Parameters 

dataRow    The DataRow sent through an Update.

command    The IDbCommand executed when Update is called.

statementType    One of the StatementType values that specifies the type of query executed.

tableMapping    The DataTableMapping sent through an Update.


Contents Index AsaRowUpdatedEventArgs class Command property