ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaRowUpdatedEventArgs class
Initializes a new instance of the AsaRowUpdatedEventArgs class.
void AsaRowUpdatedEventArgs(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
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.