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 1000. |
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. |
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. |