Share via


ODataRawQueryOptions Class

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class ODataRawQueryOptions
'Usage
Dim instance As ODataRawQueryOptions
public class ODataRawQueryOptions
public ref class ODataRawQueryOptions
type ODataRawQueryOptions =  class end
public class ODataRawQueryOptions

The ODataRawQueryOptions type exposes the following members.

Constructors

  Name Description
Public method ODataRawQueryOptions Initializes a new instance of the ODataRawQueryOptions class.

Top

Properties

  Name Description
Public property Expand Gets the raw $expand query value from the incoming request URI if exists.
Public property Filter Gets the raw $filter query value from the incoming request URI if exists.
Public property Format Gets the raw $format query value from the incoming request URI if exists.
Public property InlineCount Gets the raw $inlineCount query value from the incoming request URI if exists.
Public property OrderBy Gets the raw $orderby query value from the incoming request URI if exists.
Public property Select Gets the raw $select query value from the incoming request URI if exists.
Public property Skip Gets the raw $skip query value from the incoming request URI if exists.
Public property SkipToken Gets the raw $skiptoken query value from the incoming request URI if exists.
Public property Top Gets the raw $top query value from the incoming request URI if exists.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Reference

System.Web.Http.OData.Query Namespace