Click or drag to resize
NestedQuerySettingsEnsureOrderByColumns Property
If true, order by columns are translated into output columns CMS_O1, CMS_O2 etc. so that the data is available in the outer query. Default true

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

Property Value

Type: Boolean
See Also