Click or drag to resize
QuerySourceBase<TSource>.LeftJoin Method (String, IWhereCondition)
Joins the given source with another

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

Parameters

sourceExpression
Type: System.String
Source expression
condition
Type: CMS.DataEngine.IWhereCondition
Join condition

Return Value

Type: TSource
See Also