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