Click or drag to resize
MappingTrackerAddDerivedTableFromGroupByQueryForGroupByAlias Method
Adds the derived table which is created from the queryexpression which was created from a group by with the groupByAlias passed in so we can find it back if we need to add a field to the derived table.

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 void AddDerivedTableFromGroupByQueryForGroupByAlias(
	DerivedTableDefinition derivedTable,
	SetAlias groupByAlias
)

Parameters

derivedTable
Type: SD.LLBLGen.Pro.ORMSupportClassesDerivedTableDefinition
The derived table.
groupByAlias
Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The group by alias.
See Also