ASA Programming Guide
Adaptive Server Anywhere .NET Data Provider API Reference
AsaRowUpdatingEventArgs class
Initializes a new instance of the AsaRowUpdatingEventArgs class.
void AsaRowUpdatingEventArgs(
DataRow row,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
)
row The DataRow to update.
command The IDbCommand to execute during update.
statementType One of the StatementType values that specifies the type of query executed.
tableMapping The DataTableMapping sent through an Update.