Click or drag to resize
IDataQuerySettingsIsNested 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: 12.0.0
Syntax
C#
bool IsNested { get; set; }

Property Value

Type: Boolean
See Also