[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1RowUpdatedEventArgs-1.-ctor

C1RowUpdatedEventArgs Constructor

C1RowUpdatedEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)

Initializes a new instance of the C1RowUpdatedEventArgs<TCommandImpl> class.

Declaration
public C1RowUpdatedEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type Name Description
DataRow row

The DataRow sent through an Update(DataSet).

IDbCommand command

The IDbCommand executed when Update(DataSet) is called.

StatementType statementType

The type of SQL statement executed.

DataTableMapping tableMapping

The DataTableMapping sent through an Update(DataSet).