Click or drag to resize
DynamicQueryEngineBaseAppendOrderByClause Method
Appends an 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 void AppendOrderByClause(
	ISortExpression sortClauses,
	QueryFragments destination,
	IQuery query
)

Parameters

sortClauses
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
sort clauses collection
destination
Type: SD.LLBLGen.Pro.ORMSupportClassesQueryFragments
The destination.
query
Type: SD.LLBLGen.Pro.ORMSupportClassesIQuery
The query.
See Also