Click or drag to resize
DataQuerySettingsBaseTQueryOrderBy 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#
public virtual TQuery OrderBy(
	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

Implements

IDataQuerySettingsTQueryOrderBy(OrderDirection, String)
See Also