QuerySourceBaseTSourceInnerJoin Method (QuerySourceTable, String, String) |
Joins the given source with another
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public TSource InnerJoin(
QuerySourceTable source,
string leftColumn,
string rightColumn
)
Parameters
- source
- Type: CMS.DataEngineQuerySourceTable
Source table - leftColumn
- Type: SystemString
Left column - rightColumn
- Type: SystemString
Right column
Return Value
Type:
TSourceSee Also