DataTableMappingCollection::RemoveAt Method (String^)
.NET Framework (current version)
Removes the DataTableMapping object with the specified source table name from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- sourceTable
-
Type:
System::String^
The case-sensitive source table name to find.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | A DataTableMapping object does not exist with the specified source table name. |
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: