MultiQueryBaseTQuery, TInnerQueryUseGlobalWhereOnResult Property |
If true, the global where condition from the parent query is used outside the inner queries on the whole result. If false (default), the global where condition is used inside individual inner queries.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntaxpublic bool UseGlobalWhereOnResult { get; set; }
Property Value
Type:
Boolean
See Also