DataColumnMappingCollection::RemoveAt Method (String^)
.NET Framework (current version)
Removes the DataColumnMapping object with the specified source column name from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceColumn
-
Type:
System::String^
The case-sensitive source column name.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | There is no DataColumnMapping object with the specified source column name. |
The following example searches for a DataColumnMapping object with the given source column name within a DataColumnMappingCollection collection. If the DataColumnMapping exists, the mapping is removed. This example assumes that a DataColumnMappingCollection collection has been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: