| 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)
Syntaxprotected GroupJoinExpression FindGroupJoinExpressionAsCopy(
	SetAlias aliasOfGroupJoinRightSide
)
Protected Function FindGroupJoinExpressionAsCopy ( 
	aliasOfGroupJoinRightSide As SetAlias
) As GroupJoinExpression
Parameters
- aliasOfGroupJoinRightSide
 - Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of group join right side. 
Return Value
Type: 
GroupJoinExpressioncopy of found groupjoin expression or null if not found.
See Also