[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1DataAdapterBase-1.CreateRowUpdatingEvent

CreateRowUpdatingEvent Method

CreateRowUpdatingEvent(DataRow, IDbCommand, StatementType, DataTableMapping)

Initializes a new instance of the RowUpdatingEventArgs class.

Declaration
protected override RowUpdatingEventArgs CreateRowUpdatingEvent(DataRow dataRow, IDbCommand command, StatementType statementType, DataTableMapping tableMapping)
Protected Overrides Function CreateRowUpdatingEvent(dataRow As DataRow, command As IDbCommand, statementType As StatementType, tableMapping As DataTableMapping) As RowUpdatingEventArgs
Parameters
Type Name Description
DataRow dataRow

The DataRow that updates 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
RowUpdatingEventArgs

A new instance of the RowUpdatingEventArgs class.

Overrides