DataRelationCollection::RemoveAt Method (Int32)
.NET Framework (current version)
Removes the relation at the specified index from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- index
-
Type:
System::Int32
The index of the relation to remove.
| Exception | Condition |
|---|---|
| ArgumentException | The collection does not have a relation at the specified index. |
The CollectionChanged event is fired if the remove operation succeeds.
.NET Framework
Available since 1.1
Available since 1.1
Show: