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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public int BatchSize { get; set; }
Property Value
Type:
Int32See Also