[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataAdapterBase-1.CreateRowUpdatedEvent

CreateRowUpdatedEvent Method

CreateRowUpdatedEvent(DataRow, IDbCommand, StatementType, DataTableMapping)

Initializes a new instance of the RowUpdatedEventArgs class.

Declaration
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Parameters
Type Name Description
DataRow dataRow

The DataRow used to update the data source.

IDbCommand command

The IDbCommand executed during the Update(DataSet).

StatementType statementType

Whether the command is an UPDATE, INSERT, DELETE, or SELECT statement.

DataTableMapping tableMapping

A DataTableMapping object.

Returns
Type Description
RowUpdatedEventArgs

A new instance of the RowUpdatedEventArgs class.

Overrides