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: 11.0.0
Syntaxpublic bool DefaultOrderByType { get; set; }
Property Value
Type:
Boolean
See Also