ODataRawQueryOptions Class
Represents the raw query values in the string format from the incoming request.
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
| Name | Description | |
|---|---|---|
![]() | ODataRawQueryOptions() |
| Name | Description | |
|---|---|---|
![]() | Expand | Gets the raw $expand query value from the incoming request Uri if exists. |
![]() | Filter | Gets the raw $filter query value from the incoming request Uri if exists. |
![]() | Format | Gets the raw $format query value from the incoming request Uri if exists. |
![]() | InlineCount | Gets the raw $inlineCount query value from the incoming request Uri if exists. |
![]() | OrderBy | Gets the raw $orderby query value from the incoming request Uri if exists. |
![]() | Select | Gets the raw $select query value from the incoming request Uri if exists. |
![]() | Skip | Gets the raw $skip query value from the incoming request Uri if exists. |
![]() | SkipToken | Gets the raw $skiptoken query value from the incoming request Uri if exists. |
![]() | Top | Gets the raw $top query value from the incoming request Uri if exists. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


