Share via


ODataQueryOptionParser.ParseCompute Method

Definition

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

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

Returns

A ComputeClause representing the computed properties.

Applies to