Share via


ODataQueryOptionParser.ParseSelectAndExpand Method

Definition

ParseSelectAndExpand from an instantiated class

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

Returns

A SelectExpandClause with the semantic representation of select and expand terms

Applies to