ConstraintCollection::Remove Method (Constraint^)
.NET Framework (current version)
Removes the specified Constraint from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- constraint
-
Type:
System.Data::Constraint^
The Constraint to remove.
| Exception | Condition |
|---|---|
| ArgumentNullException | The constraint argument is null. |
| ArgumentException | The constraint does not belong to the collection. |
Before using the Remove method, you can use the Contains method to determine whether the collection contains the target Constraint, and the CanRemove method to determine whether a Constraint can be removed.
The CollectionChanged event occurs if the constraint is successfully removed.
.NET Framework
Available since 1.1
Available since 1.1
Show: