Click or drag to resize
DataQueryBaseTQueryDefaultOrderByColumns Property
Default order by columns used in case if needed, and order by is not specified

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

Property Value

Type: String

Implements

IDataQueryDefaultOrderByColumns
See Also