Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SqlBulkCopyColumnMappingCollection::Insert Method (Int32, SqlBulkCopyColumnMapping^)

 

Insert a new SqlBulkCopyColumnMapping at the index specified.

Namespace:   System.Data.SqlClient
Assembly:  System.Data (in System.Data.dll)

public:
void Insert(
	int index,
	SqlBulkCopyColumnMapping^ value
)

Parameters

index
Type: System::Int32

Integer value of the location within the SqlBulkCopyColumnMappingCollection at which to insert the new SqlBulkCopyColumnMapping.

value
Type: System.Data.SqlClient::SqlBulkCopyColumnMapping^

SqlBulkCopyColumnMapping object to be inserted in the collection.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft