[]
        
(Showing Draft Content)

C1.AdoNet.D365S.C1D365SDataAdapter.AddToBatch

AddToBatch Method

AddToBatch(IDbCommand)

Invoked for every row affected based on the current records in DataTable. It got called the same amount of times as the value of UpdateBatchSize.

Declaration
protected override int AddToBatch(IDbCommand command)
Parameters
Type Name Description
IDbCommand command

The IDbCommand to add to the batch.

Returns
Type Description
int
Overrides