Enumerations (PostgreSQL)
Enumerations used by the PostgreSQL binary bulk operations. PostgreSqlBulkImportIdentityBehavior controls whether newly generated identity values are returned back to the entities, PostgreSqlBulkImportPseudoTableType controls the kind of pseudo-temporary staging table created, and PostgreSqlBulkImportMergeCommandType controls whether BulkMerge is executed via separate UPDATE/INSERT statements or a single ON CONFLICT DO UPDATE statement.
Table of contents
- PostgreSqlBulkImportIdentityBehavior
- PostgreSqlBulkImportMergeCommandType
- PostgreSqlBulkImportPseudoTableType