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