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: 13.0.131
Syntax
C#
public virtual bool IsNested { get; set; }

Property Value

Type: Boolean

Implements

IDataQuerySettingsIsNested
See Also