Gets the parsed SelectExpandClause for this query option.
Namespace:   System.Web.OData.Query
Assembly:  System.Web.OData (in System.Web.OData.dll)
Syntax
public SelectExpandClause SelectExpandClause { get; }
public:
property SelectExpandClause^ SelectExpandClause {
    SelectExpandClause^ get();
}
member SelectExpandClause : SelectExpandClause with get
Public ReadOnly Property SelectExpandClause As SelectExpandClause
Property Value
Type: Microsoft.OData.Core.UriParser.Semantic.SelectExpandClause
See Also
SelectExpandQueryOption Class
System.Web.OData.Query Namespace
Return to top