Compartilhar via


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
System_CAPS_pubmethod ODataRawQueryOptions()

Properties

Name Description
System_CAPS_pubproperty Expand

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

System_CAPS_pubproperty Filter

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

System_CAPS_pubproperty Format

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

System_CAPS_pubproperty InlineCount

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

System_CAPS_pubproperty OrderBy

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

System_CAPS_pubproperty Select

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

System_CAPS_pubproperty Skip

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

System_CAPS_pubproperty SkipToken

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

System_CAPS_pubproperty Top

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

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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