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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public bool IsSubQuery { get; set; }
Property Value
Type:
BooleanSee Also