ODataQueryContext Class

 

This defines some context information used to perform query composition.

Namespace:   System.Web.OData
Assembly:  System.Web.OData (in System.Web.OData.dll)

System::Object
  System.Web.OData::ODataQueryContext

public ref class ODataQueryContext 

NameDescription
System_CAPS_pubmethodODataQueryContext(IEdmModel^, IEdmType^, ODataPath^)

Constructs an instance of ODataQueryContext with IEdmModel, element EDM type, and ODataPath.

System_CAPS_pubmethodODataQueryContext(IEdmModel^, Type^, ODataPath^)

Constructs an instance of ODataQueryContext with IEdmModel, element CLR type, and ODataPath.

NameDescription
System_CAPS_pubpropertyElementClrType

Gets the CLR type of the element.

System_CAPS_pubpropertyElementType

Gets the IEdmType of the element.

System_CAPS_pubpropertyModel

Gets the given IEdmModel that contains the EntitySet.

System_CAPS_pubpropertyNavigationSource

Gets the IEdmNavigationSource that contains the element.

System_CAPS_pubpropertyPath

Gets the ODataPath.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: