SqlBulkCopyColumnMappingCollection Methods
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Assembly: System.Data (in System.Data.dll)
Name | Description | |
---|---|---|
![]() | Add(Int32, Int32) | Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using ordinals to specify both source and destination columns. |
![]() | Add(Int32, String) | Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using an ordinal for the source column and a string for the destination column. |
![]() | Add(SqlBulkCopyColumnMapping) | Adds the specified mapping to the SqlBulkCopyColumnMappingCollection. |
![]() | Add(String, Int32) | 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. |
![]() | Add(String, String) | Creates a new SqlBulkCopyColumnMapping and adds it to the collection, using column names to specify both source and destination columns. |
![]() | Clear() | Clears the contents of the collection. |
![]() | Contains(SqlBulkCopyColumnMapping) | Gets a value indicating whether a specified SqlBulkCopyColumnMapping object exists in the collection. |
![]() | CopyTo(SqlBulkCopyColumnMapping[], Int32) | Copies the elements of the SqlBulkCopyColumnMappingCollection to an array of SqlBulkCopyColumnMapping items, starting at a particular index. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the CollectionBase instance.(Inherited from CollectionBase.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(SqlBulkCopyColumnMapping) | Gets the index of the specified SqlBulkCopyColumnMapping object. |
![]() | Insert(Int32, SqlBulkCopyColumnMapping) | Insert a new SqlBulkCopyColumnMapping at the index specified. |
![]() | Remove(SqlBulkCopyColumnMapping) | Removes the specified SqlBulkCopyColumnMapping element from the SqlBulkCopyColumnMappingCollection. |
![]() | RemoveAt(Int32) | Removes the mapping at the specified index from the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
Name | Description | |
---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array.(Inherited from CollectionBase.) |
![]() ![]() | IList.Add(Object) | Adds an object to the end of the CollectionBase.(Inherited from CollectionBase.) |
![]() ![]() | IList.Contains(Object) | Determines whether the CollectionBase contains a specific element.(Inherited from CollectionBase.) |
![]() ![]() | IList.IndexOf(Object) | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase.(Inherited from CollectionBase.) |
![]() ![]() | IList.Insert(Int32, Object) | Inserts an element into the CollectionBase at the specified index.(Inherited from CollectionBase.) |
![]() ![]() | IList.Remove(Object) | Removes the first occurrence of a specific object from the CollectionBase.(Inherited from CollectionBase.) |