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

Parameters

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

Return Value

Type: DerivedTableDefinition
See Also