Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the given ODataQueryContext.
Namespace: System.Web.Http.OData.Query
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public ODataQueryContext Context {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property ODataQueryContext^ Context {
[CompilerGeneratedAttribute]
ODataQueryContext^ get();
[CompilerGeneratedAttribute]
private: void set(ODataQueryContext^ value);
}
member Context : ODataQueryContext with get, private set
Public Property Context As ODataQueryContext
Get
Private Set
End Property
Property Value
Type: System.Web.Http.OData.ODataQueryContext
See Also
FilterQueryOption Class
System.Web.Http.OData.Query Namespace
Return to top