ComponentOne DataObjects for .NET
Add Method (JoinConditionCollection)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > JoinConditionCollection Class : Add Method
The object to be added to the end of the collection.
Adds a new element to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal cond As JoinCondition _
) 
public void Add( 
   JoinCondition cond
)

Parameters

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

Reference

JoinConditionCollection Class
JoinConditionCollection Members