BulkInsertSettings.MaxParametersPerBatch property

Specifies the maximum number of parameters to use per batch.

public int? MaxParametersPerBatch { get; set; }

Remarks

If neither MaxParametersPerBatch nor MaxRowsPerBatch are specified, the maximum number of parameters is 999.

See Also