Documentation Project
SqlCeBulkCopyOptions.KeepNulls Field
Syntax
Collapse All
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.
Declaring type:
SqlCeBulkCopyOptions
Namespace:
ErikEJ.SqlCe
Assembly:
ErikEJ.SqlCe
Syntax
C#
public const SqlCeBulkCopyOptions KeepNulls = 8
Top
Generated by
ImmDoc .NET
.