Property | Description |
BulkLoadBatchSize | Provides a suggestion to the driver for the number of rows to load to the database at a time when bulk loading data. The default is 2048. |
EnableBulkLoad | Specifies whether the driver uses the native bulk load protocols in the database instead of the batch mechanism for batch inserts. The default is false. |