Initializes a new instance of the SARowUpdatedEventArgs class.
Public Sub New( ByVal row As DataRow, ByVal command As IDbCommand, ByVal statementType As StatementType, ByVal tableMapping As DataTableMapping )
public SARowUpdatedEventArgs( DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping )
row 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.