Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryOrderByResultColumns Property
List of columns for the result order by. If not specified, the result is ordered by sources and global order by.

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

Property Value

Type: String

Implements

IMultiQueryOrderByResultColumns
See Also