Enum OracleProviderAdapter.BulkCopyOptions
- Namespace
 - LinqToDB.DataProvider.Oracle
 
- Assembly
 - linq2db.dll
 
Intermediate enum to expose from adapter instead of two incompatible provider-specific enums.
[Flags]
public enum OracleProviderAdapter.BulkCopyOptions
  - Extension Methods
 
Fields
Default = 0DisableIndexes = 1DisableTriggers = 2KeepConstraints = 4KeepExternalForeignKeys = 8KeepPrimaryKeys = 16KeepSelfReferencedForeignKeys = 32NoLogging = 64UseArrayBinding = 128UseInternalTransaction = 256