ConstraintCollection::Remove Method (String^)
.NET Framework (current version)
Removes the Constraint object specified by name from the collection.
Assembly: System.Data (in System.Data.dll)
Parameters
- name
-
Type:
System::String^
The name of the Constraint to remove.
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.
The following example removes a Constraint from a ConstraintCollection after testing for its presence with the Contains method, and whether it can be removed with the CanRemove method.
.NET Framework
Available since 1.1
Available since 1.1
Show: