Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public QueryExpression FindQueryExpressionFromGroupBy(
	SetAlias groupByAlias
)

Parameters

groupByAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The alias of the GroupBy expression which QueryExpression conversion result has to be obtained

Return Value

Type: QueryExpression
QueryExpression which was the conversion result of the GroupBy expression which alias is passed in.
See Also