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