| QuerySourceBaseTSourceRightJoin Method (String, String) | 
            Joins the given source with another
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic TSource RightJoin(
	string sourceExpression,
	string condition = null
)
Parameters
- sourceExpression
 - Type: SystemString
Source expression - condition (Optional)
 - Type: SystemString
Join condition 
Return Value
Type: 
TSource
See Also