ODataQueryOptions.SelectExpand Property
Gets the SelectExpandQueryOption.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public SelectExpandQueryOption SelectExpand {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property SelectExpandQueryOption^ SelectExpand {
[CompilerGeneratedAttribute]
SelectExpandQueryOption^ get();
[CompilerGeneratedAttribute]
private: void set(SelectExpandQueryOption^ value);
}
member SelectExpand : SelectExpandQueryOption with get, private set
Public Property SelectExpand As SelectExpandQueryOption
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.Query.SelectExpandQueryOption
See Also
ODataQueryOptions Class
System.Web.Http.OData.Query Namespace
Return to top