Click or drag to resize
NestedQuerySettings Class
Settings to define how a nested query should be created
Inheritance Hierarchy
SystemObject
  CMS.DataEngineNestedQuerySettings

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public class NestedQuerySettings

The NestedQuerySettings type exposes the following members.

Constructors
  NameDescription
Public methodNestedQuerySettings
Top
Properties
  NameDescription
Public propertyEnsureOrderByColumns
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
Top
See Also