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
)
Public Function FindDerivedTableFromGroupByQuery (
groupByAlias As SetAlias
) As DerivedTableDefinition
Parameters
- groupByAlias
- Type: SD.LLBLGen.Pro.LinqSupportClassesSetAlias
The group by alias.
Return Value
Type:
DerivedTableDefinitionSee Also