Click or drag to resize
JoinsCross Method (IEntityRelation)
Defines the join specified by the relationship as a cross join

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 EntityRelationBasedJoin Cross(
	IEntityRelation relationship
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityRelation
The relationship.

Return Value

Type: EntityRelationBasedJoin
See Also