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