[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1RowUpdatingEventArgs-1.-ctor

C1RowUpdatingEventArgs Constructor

C1RowUpdatingEventArgs(DataRow, IDbCommand, StatementType, DataTableMapping)

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

Declaration
public C1RowUpdatingEventArgs(DataRow row, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Public Sub New(row As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping)
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).