Share via


ODataQueryOptionParser.ParseApply Method

Definition

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.

Applies to