Click or drag to resize
IMultiQuery<TQuery, TInnerQuery>.ResultOrderBy Method (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(
	params string[] columns
)

Parameters

columns
Type:System.String[]
Columns to add to order by

Return Value

Type: TQuery
See Also