Skip to content

Commit d5fe90d

Browse files
author
Johnny Pham
authored
Update SqlBulkCopyColumnOrderHintCollection.xml
1 parent 5d9b9f5 commit d5fe90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/snippets/Microsoft.Data.SqlClient/SqlBulkCopyColumnOrderHintCollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ it is easier and faster to use a Transact-SQL `INSERT … SELECT` statement to c
7474
7575
## Examples
7676
The following example bulk copies data from a source table in the **AdventureWorks** sample database to a destination table in the same database.
77-
A SqlBulkCopyColumnOrderHint object is added to the <xref:Microsoft.Data.SqlClient.SqlBulkCopy.ColumnOrderHints> by providing the destination column name and its sort order.
77+
A SqlBulkCopyColumnOrderHint object is added to the <xref:Microsoft.Data.SqlClient.SqlBulkCopyColumnOrderHintCollection> by providing the destination column name and its sort order.
7878
7979
> [!IMPORTANT]
8080
> This sample will not run unless you have created the work tables as described in [Bulk Copy Example Setup](~/docs/framework/data/adonet/sql/bulk-copy-example-setup.md).

0 commit comments

Comments
 (0)