Click or drag to resize
MultiQueryBaseTQuery, TInnerQueryUseDefaultQuery Property
Flag indicating if the default query should be forcibly used. Default false. This flag is automatically reverted to false in case initializer of particular type query is used through Type("sometype", q => q.Where(...)).

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected bool UseDefaultQuery { get; set; }

Property Value

Type: Boolean
See Also