IColumnMappingCollection Methods
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | Add(Object^) | |
![]() | Add(String^, String^) | Adds a ColumnMapping object to the ColumnMapping collection using the source column and DataSet column names. |
![]() | Clear() | |
![]() | Contains(Object^) | |
![]() | Contains(String^) | Gets a value indicating whether the DataColumnMappingCollection contains a DataColumnMapping object with the specified source column name. |
![]() | CopyTo(Array^, Int32) | Copies the elements of the ICollection to an Array, starting at a particular Array index.(Inherited from ICollection.) |
![]() | GetByDataSetColumn(String^) | Gets the ColumnMapping object with the specified DataSet column name. |
![]() | GetEnumerator() | Returns an enumerator that iterates through a collection.(Inherited from IEnumerable.) |
![]() | IndexOf(Object^) | |
![]() | IndexOf(String^) | Gets the location of the DataColumnMapping object with the specified source column name. The name is case-sensitive. |
![]() | Insert(Int32, Object^) | |
![]() | Remove(Object^) | |
![]() | RemoveAt(Int32) | |
![]() | RemoveAt(String^) | Removes the IColumnMapping object with the specified SourceColumn name from the collection. |
| 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.) |
