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.
This defines some context information used to perform query composition.
Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)
Inheritance Hierarchy
System.Object
  System.Web.OData.ODataQueryContext
Syntax
public class ODataQueryContext
public ref class ODataQueryContext 
type ODataQueryContext = class end
Public Class ODataQueryContext
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | ODataQueryContext(IEdmModel, IEdmType, ODataPath) | Constructs an instance of ODataQueryContext with IEdmModel, element EDM type, and ODataPath. | 
| .jpeg) | ODataQueryContext(IEdmModel, Type, ODataPath) | Constructs an instance of ODataQueryContext with IEdmModel, element CLR type, and ODataPath. | 
Properties
| Name | Description | |
|---|---|---|
| .jpeg) | ElementClrType | Gets the CLR type of the element. | 
| .jpeg) | ElementType | Gets the IEdmType of the element. | 
| .jpeg) | Model | Gets the given IEdmModel that contains the EntitySet. | 
| .jpeg) | NavigationSource | Gets the IEdmNavigationSource that contains the element. | 
| .jpeg) | Path | Gets the ODataPath. | 
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Equals(Object) | (Inherited from Object.) | 
| .jpeg) | Finalize() | (Inherited from Object.) | 
| .jpeg) | GetHashCode() | (Inherited from Object.) | 
| .jpeg) | GetType() | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone() | (Inherited from Object.) | 
| .jpeg) | ToString() | (Inherited from Object.) | 
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Return to top