Click or drag to resize

InnerOuterJoin Constructor

Initializes a new instance of the InnerOuterJoin class.

Namespace:  SD.LLBLGen.Pro.QuerySpec
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax
public InnerOuterJoin(
	IJoinOperand leftOperand,
	JoinHint joinType,
	IJoinOperand rightOperand
)

Parameters

leftOperand
Type: SD.LLBLGen.Pro.QuerySpec.IJoinOperand
The left operand.
joinType
Type: SD.LLBLGen.Pro.ORMSupportClasses.JoinHint
Type of the join.
rightOperand
Type: SD.LLBLGen.Pro.QuerySpec.IJoinOperand
The right operand.
See Also