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