MappingTrackerFindQueryExpressionFromGroupBy Method  | 
 
            Finds the QueryExpression object which was the result of the conversion of the GroupBy expression referenced by the alias specified.
            This routine is used to obtain a hold of a groupby to modify its query contents when the query is referenced by in an aggregate.
            
 
    Namespace: 
   SD.LLBLGen.Pro.LinqSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic QueryExpression FindQueryExpressionFromGroupBy(
	SetAlias groupByAlias
)
Public Function FindQueryExpressionFromGroupBy ( 
	groupByAlias As SetAlias
) As QueryExpression
Parameters
- groupByAlias
 - Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of the GroupBy expression which QueryExpression conversion result has to be obtained 
Return Value
Type: 
QueryExpressionQueryExpression which was the conversion result of the GroupBy expression which alias is passed in. 
See Also