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. |
BulkLoadOptions | Enables bulk load protocol options for batch inserts that the driver can take advantage of when the EnableBulkLoad property is set to a value of true. The default is 2 (TableLock option assigns a table lock for the duration of the bulk copy operation). |
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. |