Click or drag to resize
DataQuerySettingsBaseTQueryOrderBy Method (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(
	params string[] columns
)

Parameters

columns
Type: SystemString
Columns to add to order by

Return Value

Type: TQuery

Implements

IDataQuerySettingsTQueryOrderBy(String)
See Also