Click or drag to resize
MappingTrackerFindGroupJoinExpression Method (SetAlias)
Finds the group join expression based on the alias of the right side of the group join.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public GroupJoinExpression FindGroupJoinExpression(
	SetAlias aliasOfRightSide
)

Parameters

aliasOfRightSide
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of right side.

Return Value

Type: GroupJoinExpression
GroupJoinExpression if found, otherwise null
See Also