RdmRowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping) Constructor

Syntax:

public RdmUpdatedEventArgs(DataRow dataRow,
        IDbCommand command,
        StatementType statementType,
        DataTableMapping tableMapping)

Description:

Creates a new RdmRowUpdatedEventArgs object. This class does not need to be created by application programs. It will be generated by the system when handling the RowUpdated event.

Parameters:

dataRow

Type: System.Data.DataRow

The DataRow sent through an Update method.

command

Type: System.Data.IDbCommand

The IDbCommand executed by an Update method.

statementType

Type: System.Data.StatementType

One of the StatementType values that specifies the type of SQL statement executed.

tableMapping

Type: System.Data.Common.DataTableMapping

The DataTableMapping sent through an Update method.