Click or drag to resize
QueryParametersIsNested Property
Indicates that this query is nested within another query as its source. This brings certain constraints such as that is cannot use CTE.

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

Property Value

Type: Boolean
See Also