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

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

Parameters

columns
Type: SystemString
Columns to add to order by

Return Value

Type: TQuery
See Also