ComponentOne DataObjects for .NET
Remove Method (ConstraintCollection)

C1.Data.2 Assembly > C1.Data Namespace > ConstraintCollection Class : Remove Method
The object to remove from the collection.
Removes the first occurrence of a specific object from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal constraint As ConstraintInfo _
) 
public void Remove( 
   ConstraintInfo constraint
)

Parameters

constraint
The object to remove from the collection.
See Also

Reference

ConstraintCollection Class
ConstraintCollection Members