DataRelationCollection::RemoveCore Method (DataRelation^)
.NET Framework (current version)
Performs a verification on the specified DataRelation object.
Assembly: System.Data (in System.Data.dll)
Parameters
- relation
-
Type:
System.Data::DataRelation^
The DataRelation object to verify.
| Exception | Condition |
|---|---|
| ArgumentNullException | The collection does not have a relation at the specified index. |
| ArgumentException | The specified relation does not belong to this collection, or it belongs to another collection. |
.NET Framework
Available since 1.1
Available since 1.1
Show: