Click or drag to resize
MappingTrackerFindGroupByExpression Method
Finds the group by expression represented by the alias passed in.

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 GroupByExpression FindGroupByExpression(
	SetAlias groupByAlias
)

Parameters

groupByAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The group by alias.

Return Value

Type: GroupByExpression
GroupByExpression if found, otherwise null
See Also