DataTableMappingCollection::Remove Method (Object^)
.NET Framework (current version)
Removes the specified DataTableMapping object from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- value
-
Type:
System::Object^
The DataTableMapping object to remove.
Implements
IList::Remove(Object^)| Exception | Condition |
|---|---|
| InvalidCastException | The object specified was not a DataTableMapping object. |
| ArgumentException | The object specified is not in the collection. |
The following example searches for a DataTableMapping within the collection. If the mapping exists in the collection, it is removed. If the mapping does not exist within the collection, it is added to the collection and its index is displayed. The example assumes that a DataTableMappingCollection collection and a DataTableMapping object have been created.
.NET Framework
Available since 1.1
Available since 1.1
Show: