Click or drag to resize
EntityRelationBasedJoinCrossJoin Method
Specifies a cross join over the relationship specified as right operand. The left side of 'rightOperand' should match with the right operand of this element.

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 HybridJoin CrossJoin(
	IEntityRelation rightOperand
)

Parameters

rightOperand
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The right operand.

Return Value

Type: HybridJoin
See Also