DataTableMappingCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the DataTableMapping object located at the specified index from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index of the DataTableMapping object to remove.
Implements
IList::RemoveAt(Int32)| Exception | Condition |
|---|---|
| IndexOutOfRangeException | A DataTableMapping object does not exist with the specified index. |
The following example searches for a DataTableMapping object with the given source table name within a DataTableMappingCollection collection. If the DataTableMapping exists, the mapping is removed. This example assumes that a DataTableMappingCollection collection has been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: