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.6.0.0 (5.6.19.0117)
Syntax protected 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