SelectExpandQueryOption.SelectExpandClause Property
Gets the parsed SelectExpandClause for this query option.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.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.Data.OData.Query.SemanticAst.SelectExpandClause
See Also
SelectExpandQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top