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

Property Value

Type: Boolean
See Also