Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public bool UseGlobalWhereOnResult { get; set; }

Property Value

Type: Boolean
See Also