ODataQueryOptions.GenerateStableOrder Method
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.
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.