ODataQuerySettings.EnsureStableOrdering Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether query composition should alter the original query when necessary to ensure a stable sort order.
public bool EnsureStableOrdering { get; set; }
member this.EnsureStableOrdering : bool with get, set
Public Property EnsureStableOrdering As Boolean
Property Value
A true
value indicates the original query should
be modified when necessary to guarantee a stable sort order.
A false
value indicates the sort order can be considered
stable without modifying the query. Query providers that ensure
a stable sort order should set this value to false
.
The default value is true
.