ODataQueryContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This defines some context information used to perform query composition.
public class ODataQueryContext
type ODataQueryContext = class
Public Class ODataQueryContext
- Inheritance
-
ODataQueryContext
Constructors
ODataQueryContext(IEdmModel, IEdmType, ODataPath) |
Constructs an instance of ODataQueryContext with IEdmModel, element EDM type, and ODataPath. |
ODataQueryContext(IEdmModel, Type, ODataPath) |
Constructs an instance of ODataQueryContext with IEdmModel, element CLR type, and ODataPath. |
Properties
DefaultQuerySettings |
Gets the given DefaultQuerySettings. |
ElementClrType |
Gets the CLR type of the element. |
ElementType |
Gets the IEdmType of the element. |
Model |
Gets the given IEdmModel that contains the EntitySet. |
NavigationSource |
Gets the IEdmNavigationSource that contains the element. |
Path |
Gets the ODataPath. |
RequestContainer |
Gets the request container. |