Settings for bulk insert.
public sealed class BulkInsertSettings
name | description |
---|---|
BulkInsertSettings() | The default constructor. |
MaxParametersPerBatch { get; set; } | Specifies the maximum number of parameters to use per batch. |
MaxRowsPerBatch { get; set; } | Specifies the maximum number of rows to insert per batch. |