ODataQueryOptions.GenerateStableOrder Method

Definition

Generates the Stable OrderBy query option based on the existing OrderBy and other query options.

public virtual Microsoft.AspNet.OData.Query.OrderByQueryOption GenerateStableOrder ();
abstract member GenerateStableOrder : unit -> Microsoft.AspNet.OData.Query.OrderByQueryOption
override this.GenerateStableOrder : unit -> Microsoft.AspNet.OData.Query.OrderByQueryOption
Public Overridable Function GenerateStableOrder () As OrderByQueryOption

Returns

An order by query option that ensures stable ordering of the results.

Applies to