UpdateBatchSize Property (DbDataTable)
In This Topic
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.
Syntax
'Declaration
Public Property UpdateBatchSize As Integer
public int UpdateBatchSize {get; set;}
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.
See Also