Click or drag to resize

QueryTargetLeftJoin Method (IEntityRelation)

Creates a new join of type LEFT JOIN between the EntityQuery which From() class the QueryTarget is used by using the entity relation specified

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.8.0.0 (5.8.21.0111)
Syntax
public static HybridJoin LeftJoin(
	IEntityRelation rightOperand
)

Parameters

rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship to join over

Return Value

Type: HybridJoin
the created join object
See Also