Click or drag to resize
QueryTargetLeftJoin Method (IJoinOperand)
Creates a new join of type LEFT JOIN between the EntityQuery which From() class the QueryTarget is used on and the specified right operand.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public static InnerOuterJoin LeftJoin(
	IJoinOperand rightOperand
)

Parameters

rightOperand
Type: SD.LLBLGen.Pro.QuerySpecIJoinOperand
The element to join with.

Return Value

Type: InnerOuterJoin
the created join object
See Also