ODataQueryContext Class
This defines some context information used to perform query composition.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | ODataQueryContext(IEdmModel^, IEdmType^) | Constructs an instance of ODataQueryContext with IEdmModel and element CLR type. |
![]() | ODataQueryContext(IEdmModel^, Type^) | Constructs an instance of ODataQueryContext with IEdmModel and element CLR type. |
| Name | Description | |
|---|---|---|
![]() | ElementClrType | Gets the CLR type of the element. |
![]() | ElementType | Gets the IEdmType of the element. |
![]() | Model | Gets the given IEdmModel that contains the EntitySet. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


