Click or drag to resize
QuerySourceBaseTSourceLeftJoin Method (String, String)
Joins the given source with another

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public TSource LeftJoin(
	string sourceExpression,
	string condition = null
)

Parameters

sourceExpression
Type: SystemString
Source expression
condition (Optional)
Type: SystemString
Join condition

Return Value

Type: TSource
See Also