Click or drag to resize
IMultiQueryTQuery, TInnerQueryResultOrderBy Method (OrderDirection, String)
Adds the columns to the order by query

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
TQuery ResultOrderBy(
	OrderDirection dir,
	params string[] columns
)

Parameters

dir
Type: CMS.DataEngineOrderDirection
Order direction
columns
Type: SystemString
Columns to add to order by

Return Value

Type: TQuery
See Also