Exago .NET API Documentation
Add(KeyColumn,KeyColumn) Method
WebReports.Api.Reports Namespace > JoinColumnCollection Class > Add Method : Add(KeyColumn,KeyColumn) Method
KeyColumn object representing the column on the left side, or from side of the join. This will become the column in the EntityFromName Property.
KeyColumn object representing the column on the right side, or to side of the join. This will become the column in the EntityToName Property.
Add two columns to the collection, the fromColumn on the left side of the join and the toColumn on the right side of the join.
Syntax
public void Add( 
   KeyColumn fromColumn,
   KeyColumn toColumn
)

Parameters

fromColumn
KeyColumn object representing the column on the left side, or from side of the join. This will become the column in the EntityFromName Property.
toColumn
KeyColumn object representing the column on the right side, or to side of the join. This will become the column in the EntityToName Property.
See Also

Reference

JoinColumnCollection Class
JoinColumnCollection Members
Overload List