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: 13.0.131
Syntax public bool UseGlobalWhereOnResult { get; set; }
Property Value
Type:
BooleanSee Also