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