AseRowUpdatedEventArgs constructors

Description

Initializes a new instance of the AseRowUpdatedEventArgs class.

Syntax

AseRowUpdatedEventArgs( 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.