ODataQueryOptionParser.ParseApply 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 a apply clause on the given full Uri, binding the text into semantic nodes using the constructed mode.
public Microsoft.OData.UriParser.Aggregation.ApplyClause ParseApply ();
member this.ParseApply : unit -> Microsoft.OData.UriParser.Aggregation.ApplyClause
Public Function ParseApply () As ApplyClause
Returns
A ApplyClause representing the aggregation query.