ComponentOne DataObjects for .NET
Add(String,String) Method

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection Class > Add Method : Add(String,String) Method
Parent field of the join condition.
Child field of the join condition.
Adds a new element to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal parentFieldName As System.String, _
   ByVal childFieldName As System.String _
) 
public void Add( 
   System.string parentFieldName,
   System.string childFieldName
)

Parameters

parentFieldName
Parent field of the join condition.
childFieldName
Child field of the join condition.
See Also

Reference

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members
Overload List