Click or drag to resize
QueryParametersIsSubQuery Property
If true, the query is a sub-query used in another query. This brings certain constraints such as that it cannot use order by or CTE.

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

Property Value

Type: Boolean
See Also