Share via


ODataQuerySettings.EnsureStableOrdering Property

Definition

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.

Applies to