ADO.NET Provider for PostgreSQL

Build 24.0.9175

InsertMode

Specifies what method to use when inserting bulk data. By default DML mode is used.

Possible Values

DML, CSVStream

Data Type

string

Default Value

"DML"

Remarks

When this is set to DML the provider uses Insert SQL statements to upload bulk data.

When this is set to CSVStream the provider uses the bulk upload with COPY FROM STDIN command.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175