Gets the join expression
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public static string GetJoin(
string left,
string right,
string condition,
JoinTypeEnum joinType = JoinTypeEnum.Inner
)
Parameters
- left
- Type: SystemString
Left side source - right
- Type: SystemString
Right side source - condition
- Type: SystemString
Condition - joinType (Optional)
- Type: CMS.DataEngineJoinTypeEnum
Join type
Return Value
Type:
StringSee Also