Share via


ODataQueryOptionParser.ParseOrderBy Method

Definition

Parses an orderBy clause on the given full Uri, binding the text into semantic nodes using the constructed mode.

public Microsoft.OData.UriParser.OrderByClause ParseOrderBy ();
member this.ParseOrderBy : unit -> Microsoft.OData.UriParser.OrderByClause
Public Function ParseOrderBy () As OrderByClause

Returns

A OrderByClause representing the metadata bound orderby expression.

Applies to