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
- sourceExpression
- Type: System String
Source expression
- leftColumn
- Type: System String
Left column
- rightColumn
- Type: System String
Right column
- 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