Click or drag to resize
DynamicQueryEngineBaseAppendGroupByClause Method
Appends a GROUP BY clause with the contents of the filter if it's not null / empty, to the fragments object specified. Parameters are added to the query specified

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
protected virtual void AppendGroupByClause(
	IGroupByCollection groupByClause,
	QueryFragments destination,
	IQuery query
)

Parameters

groupByClause
Type: SD.LLBLGen.Pro.ORMSupportClassesIGroupByCollection
group by collection
destination
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
The destination.
query
Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
The query.
See Also