Bitwise flag that specifies one or more options to use with an instance of SqlCeBulkCopy. This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Declaring type: SqlCeBulkCopyOptions
Namespace: ErikEJ.SqlCe
Assembly: ErikEJ.SqlCe
Collapse/Expand Public Fields
  Name Description
Public Field Static KeepIdentity Preserve source identity values. When not specified, identity values are assigned by the destination. This is implemented by using 'SET IDENTITY_INSERT [table] ON' when enabled
Public Field Static KeepNulls Preserve null values in the destination table regardless of the settings for default values. When not specified, null values are replaced by default values where applicable.
Public Field Static None No options enabled
Public Field value__

There is no summary.