The following tables list the members exposed by BulkInsertOptions.
Name | Description | |
---|---|---|
![]() | BulkInsertOptions Constructor | Constructs with defaults: false/RaisesException |
Name | Description | |
---|---|---|
![]() | CommitOnCompletion | When true (default) BulkInsert will call CommitChanges() on successfull completion |
![]() | DuplicateHandling | Gets or sets the handling for duplicate key collisions |
![]() | InputIsSorted | Gets or sets a value that controls input presorting |
![]() | ReplaceContents | When false merges the data with the existing contents, set to true to replace all content |