Click or drag to resize
DataQuerySettingsBaseTQueryOrderByColumns Property
List of columns by which the result should be sorted, e.g. "NodeLevel, DocumentName DESC"

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string OrderByColumns { get; set; }

Property Value

Type: String

Implements

IDataQuerySettingsOrderByColumns
See Also