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

Parameters

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

Return Value

Type: CrossJoin
the created join object
See Also