Click or drag to resize
QueryTargetRightJoin Method (IJoinOperand)
Creates a new join of type RIGHT 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 RightJoin(
	IJoinOperand rightOperand
)

Parameters

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

Return Value

Type: InnerOuterJoin
the created join object
See Also