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^)
.NET Framework (current version)
Insert a new SqlBulkCopyColumnMapping at the index specified.
Assembly: System.Data (in System.Data.dll)
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
Available since 2.0
Show: