The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
EnableQueryAttribute::EnsureStableOrdering Property
Gets or sets a value indicating whether query composition should alter the original query when necessary to ensure a stable sort order.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Property Value
Type: System::BooleanA 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.
Show: