BulkCopyOptions
E937656
BulkCopyOptions is an enumeration in ADO.NET that specifies configuration flags controlling the behavior and performance characteristics of SQL bulk copy operations.
All labels observed (2)
| Label | Occurrences |
|---|---|
| BulkCopyOptions canonical | 1 |
| SqlBulkCopyOptions | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T11656725 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: BulkCopyOptions Context triple: [SqlBulkCopy, hasProperty, BulkCopyOptions]
-
A.
SqlBulkCopy
SqlBulkCopy is a .NET class that enables high-performance bulk data transfer operations from various data sources into SQL Server tables.
-
B.
ColumnStore
ColumnStore is a columnar storage engine for MariaDB designed to support scalable, high-performance analytics and data warehousing workloads.
-
C.
Oracle Data Pump
Oracle Data Pump is an Oracle Database utility that enables high-speed, parallel export and import of data and metadata for backup, migration, and data movement tasks.
-
D.
SqlDataAdapter
SqlDataAdapter is an ADO.NET component that acts as a bridge between a SQL Server database and a DataSet, handling the retrieval and updating of data without requiring explicit connection management in application code.
-
E.
Multiple Active Result Sets (MARS)
Multiple Active Result Sets (MARS) is a SQL Server feature that allows a single database connection to execute and process multiple batches or result sets concurrently.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: BulkCopyOptions Target entity description: BulkCopyOptions is an enumeration in ADO.NET that specifies configuration flags controlling the behavior and performance characteristics of SQL bulk copy operations.
-
A.
SqlBulkCopy
SqlBulkCopy is a .NET class that enables high-performance bulk data transfer operations from various data sources into SQL Server tables.
-
B.
ColumnStore
ColumnStore is a columnar storage engine for MariaDB designed to support scalable, high-performance analytics and data warehousing workloads.
-
C.
Oracle Data Pump
Oracle Data Pump is an Oracle Database utility that enables high-speed, parallel export and import of data and metadata for backup, migration, and data movement tasks.
-
D.
SqlDataAdapter
SqlDataAdapter is an ADO.NET component that acts as a bridge between a SQL Server database and a DataSet, handling the retrieval and updating of data without requiring explicit connection management in application code.
-
E.
Multiple Active Result Sets (MARS)
Multiple Active Result Sets (MARS) is a SQL Server feature that allows a single database connection to execute and process multiple batches or result sets concurrently.
- F. None of above. chosen
Statements (44)
| Predicate | Object |
|---|---|
| instanceOf |
ADO.NET enumeration
ⓘ
enumeration ⓘ |
| allowsCombination | true ⓘ |
| appliesTo | SQL Server NERFINISHED ⓘ |
| category |
data access API
ⓘ
database performance tuning ⓘ |
| defaultValue | Default ⓘ |
| definedIn | System.Data.dll NERFINISHED ⓘ |
| documentation | Microsoft .NET API reference for System.Data.SqlClient.SqlBulkCopyOptions ⓘ |
| hasFlagAttribute | true ⓘ |
| isFlagsEnum | true ⓘ |
| language |
C#
NERFINISHED
ⓘ
VB.NET NERFINISHED ⓘ |
| member |
AllowEncryptedValueModifications
ⓘ
CheckConstraints ⓘ Default ⓘ FireTriggers ⓘ KeepIdentity ⓘ KeepNulls ⓘ TableLock ⓘ UseInternalTransaction ⓘ |
| memberSemantic |
AllowEncryptedValueModifications allows bulk copy of encrypted values without decryption
NERFINISHED
ⓘ
CheckConstraints checks constraints during bulk insert ⓘ Default uses standard bulk copy behavior ⓘ FireTriggers fires insert triggers on the destination table ⓘ KeepIdentity preserves source identity values during bulk copy ⓘ KeepNulls preserves null values instead of using column defaults ⓘ TableLock acquires a bulk update lock on the destination table NERFINISHED ⓘ UseInternalTransaction wraps the bulk copy in an internal transaction ⓘ |
| partOf | System.Data.SqlClient namespace NERFINISHED ⓘ |
| platform |
.NET 5+
NERFINISHED
ⓘ
.NET Core NERFINISHED ⓘ .NET Framework NERFINISHED ⓘ |
| purpose |
configure performance characteristics of bulk copy
ⓘ
control behavior of SQL Server bulk copy operations ⓘ |
| relatedTo |
SqlBulkCopy class
NERFINISHED
ⓘ
SqlBulkCopyOptions in System.Data.SqlClient NERFINISHED ⓘ |
| scope | controls server-side behavior of bulk insert ⓘ |
| targetFrameworkAPI | System.Data.SqlClient.SqlBulkCopyOptions NERFINISHED ⓘ |
| threadSafety | enum values are immutable ⓘ |
| usedIn | SqlBulkCopy NERFINISHED ⓘ |
| usedWith |
SqlBulkCopy.BatchSize
NERFINISHED
ⓘ
SqlBulkCopy.BulkCopyTimeout ⓘ SqlBulkCopy.DestinationTableName NERFINISHED ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: BulkCopyOptions Description of subject: BulkCopyOptions is an enumeration in ADO.NET that specifies configuration flags controlling the behavior and performance characteristics of SQL bulk copy operations.
Referenced by (2)
Full triples — surface form annotated when it differs from this entity's canonical label.