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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected UseDefaultQueryEnum UseDefaultQuery { get; set; }
Property Value
Type:
UseDefaultQueryEnumSee Also