ODataRawQueryOptions Class

 

Represents the raw query values in the string format from the incoming request.

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

System::Object
  System.Web.Http.OData.Query::ODataRawQueryOptions

public ref class ODataRawQueryOptions 

NameDescription
System_CAPS_pubpropertyExpand

Gets the raw $expand query value from the incoming request Uri if exists.

System_CAPS_pubpropertyFilter

Gets the raw $filter query value from the incoming request Uri if exists.

System_CAPS_pubpropertyFormat

Gets the raw $format query value from the incoming request Uri if exists.

System_CAPS_pubpropertyInlineCount

Gets the raw $inlineCount query value from the incoming request Uri if exists.

System_CAPS_pubpropertyOrderBy

Gets the raw $orderby query value from the incoming request Uri if exists.

System_CAPS_pubpropertySelect

Gets the raw $select query value from the incoming request Uri if exists.

System_CAPS_pubpropertySkip

Gets the raw $skip query value from the incoming request Uri if exists.

System_CAPS_pubpropertySkipToken

Gets the raw $skiptoken query value from the incoming request Uri if exists.

System_CAPS_pubpropertyTop

Gets the raw $top query value from the incoming request Uri if exists.

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: