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