Click or drag to resize
Joins.Cross Method (IEntityRelation, String, String)
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.0.0.0 (5.0.0)
Syntax
public static EntityRelationBasedJoin Cross(
	IEntityRelation relationship,
	string aliasStartEntity,
	string aliasEndEntity
)

Parameters

relationship
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityRelation
The relationship.
aliasStartEntity
Type: System.String
The alias of the start entity.
aliasEndEntity
Type: System.String
The alias of the end entity.

Return Value

Type: EntityRelationBasedJoin
See Also