BulkInsertSettings.MaxRowsPerBatch property

Specifies the maximum number of rows to insert per batch.

public int? MaxRowsPerBatch { get; set; }

Remarks

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

See Also