Click or drag to resize
DataQuerySettingsBaseTQueryIsNested 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#
public bool IsNested { get; set; }

Property Value

Type: Boolean

Implements

IDataQuerySettingsIsNested
See Also