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)
Inheritance Hierarchy
System.Object
System.Web.Http.OData.Query.ODataRawQueryOptions
Syntax
public class ODataRawQueryOptions
public ref class ODataRawQueryOptions
type ODataRawQueryOptions = class end
Public Class ODataRawQueryOptions
Constructors
Name | Description | |
---|---|---|
ODataRawQueryOptions() |
Properties
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. |
Methods
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.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Http.OData.Query Namespace
Return to top