MultiQueryBaseTQuery, TInnerQueryDefaultOrderByType Property |
If true, the result is ordered by source type by default, then by source order. If false (default), the result is ordered by the source order, and items from different types may interleave.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public bool DefaultOrderByType { get; set; }
Property Value
Type:
BooleanSee Also