Click or drag to resize

HybridJoin Constructor

Initializes a new instance of the HybridJoin class.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
public HybridJoin(
	IJoinOperand leftOperand,
	EntityRelationBasedJoin rightOperand
)

Parameters

leftOperand
Type: SD.LLBLGen.Pro.QuerySpecIJoinOperand
The left operand.
rightOperand
Type: SD.LLBLGen.Pro.QuerySpecEntityRelationBasedJoin
The right operand.
See Also