Click or drag to resize
BulkInsertSettingsOptions Property
Gets or sets a bitwise flag that specifies one or more options to use with an instance of System.Data.SqlClient.SqlBulkCopy.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public SqlBulkCopyOptions Options { get; set; }

Property Value

Type: SqlBulkCopyOptions
See Also