UpdateBatchSize Property (DbDataTable)
Gets or sets a value that enables or disables batch processing support, and specifies the number of commands that can be executed in a batch.
public int UpdateBatchSize {get; set;}
'Declaration
Public Property UpdateBatchSize As Integer
Property Value
The number of rows to process per batch. If 0, there is no limit on the batch size. If 1, batch updating is disabled. If more than 1, determines the amount of operations sent at once.