SqlBulkCopyColumnMappingCollection
Collection of SqlBulkCopyColumnMapping objects that inherits from CollectionBase.
Gets the SqlBulkCopyColumnMapping object at the specified index.
Adds the specified mapping to the SqlBulkCopyColumnMappingCollection.
Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using ordinals to specify both source and destination columns.
Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using an ordinal for the source column and a string for the destination column.
Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using a column name to describe the source column and an ordinal to specify the destination column.
Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using column names to specify both source and destination columns.
Clears the contents of the collection.
Gets a value indicating whether a specified SqlBulkCopyColumnMapping object exists in the collection.
Copies the elements of the SqlBulkCopyColumnMappingCollection to an array of SqlBulkCopyColumnMapping items, starting at a particular index.
Gets the index of the specified SqlBulkCopyColumnMapping object.
Insert a new SqlBulkCopyColumnMapping at the index specified.
Removes the specified SqlBulkCopyColumnMapping element from the SqlBulkCopyColumnMappingCollection.
Removes the mapping at the specified index from the collection.