Table of Contents

Class NestedQuerySettings

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Settings to define how a nested query should be created

public class NestedQuerySettings
Inheritance
object
NestedQuerySettings
Extension Methods

Properties

EnsureOrderByColumns

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

public bool EnsureOrderByColumns { get; set; }

Property Value

bool