Click or drag to resize
BulkInsertSettingsBatchSize Property
Number of rows in each batch. At the end of each batch, the rows in the batch are sent to the server. A value of 0 indicates that batches won't be used.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public int BatchSize { get; set; }

Property Value

Type: Int32
See Also