Share via


ODataQueryContext Class

Definition

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.

Applies to