ComponentOne DataObjects for .NET
Add Method (ConstraintCollection)

C1.Data.2 Assembly > C1.Data Namespace > ConstraintCollection Class : Add Method
The object to be added to the end of the collection.
Adds an element to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal constraint As ConstraintInfo _
) 
public void Add( 
   ConstraintInfo constraint
)

Parameters

constraint
The object to be added to the end of the collection.
See Also

Reference

ConstraintCollection Class
ConstraintCollection Members