Click or drag to resize
IDataQuerySettings<TQuery>.OrderBy Method (OrderDirection,String[])
Adds the columns to the order by query

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

Parameters

dir
Type: CMS.DataEngine.OrderDirection
Order direction
columns
Type:System.String[]
Columns to add to order by

Return Value

Type: TQuery
See Also