Click or drag to resize
MappingTracker.FindDerivedTableFromGroupByQuery Method
Finds the derived table object which was created from the queryexpression which was created from the groupby with the alias specified. Used to add aggregate fields to the derived table, which are added later on to the groupby.

Namespace:  SD.LLBLGen.Pro.LinqSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.2.0.0 (5.2.17.0403)
Syntax
public DerivedTableDefinition FindDerivedTableFromGroupByQuery(
	SetAlias groupByAlias
)

Parameters

groupByAlias
Type: SD.LLBLGen.Pro.LinqSupportClasses.SetAlias
The group by alias.

Return Value

Type: DerivedTableDefinition
See Also