ODataQueryOptionParser.ParseOrderBy 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.
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.