Click or drag to resize
CrossJoin Constructor
Initializes a new instance of the CrossJoin class.

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 CrossJoin(
	IJoinOperand leftOperand,
	IJoinOperand rightOperand
)

Parameters

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