Click or drag to resize
SqlHelperGetJoin Method
Gets the join expression

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
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: String
See Also