Click or drag to resize
GenericExpressionHandlerFindGroupJoinExpressionAsCopy Method
Finds the group join expression using the alias of the right side. It then creates a copy of it (and its contents) so the caller can manipulate it.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses.ExpressionHandlers
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected GroupJoinExpression FindGroupJoinExpressionAsCopy(
	SetAlias aliasOfGroupJoinRightSide
)

Parameters

aliasOfGroupJoinRightSide
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of group join right side.

Return Value

Type: GroupJoinExpression
copy of found groupjoin expression or null if not found.
See Also