Joins the given source with another
            
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- leftColumn
 - Type: 
System String
Left column 
- rightColumn
 - Type: 
System String
Right column 
- joinType (Optional)
 - Type: CMS.DataEngine JoinTypeEnum
Type of the join 
- additionalCondition (Optional)
 - Type: CMS.DataEngine IWhereCondition
Additional JOIN condition, this will be added with AND operator to the base condition 
Return Value
Type: TSourceSee Also