InsertMode
Specifies what method to use when inserting bulk data. By default DML mode is used.
Possible Values
DML, CSVStreamData Type
string
Default Value
"DML"
Remarks
When this is set to DML the add-in uses Insert SQL statements to upload bulk data.
When this is set to CSVStream the add-in uses the bulk upload with COPY FROM STDIN command.