Table of Contents

Class ODataRawQueryOptions

Namespace
System.Web.Http.OData.Query
Assembly
System.Web.Http.OData.dll

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

public class ODataRawQueryOptions
Inheritance
ODataRawQueryOptions
Inherited Members

Constructors

ODataRawQueryOptions()

public ODataRawQueryOptions()

Properties

Expand

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

public string Expand { get; }

Property Value

string

Filter

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

public string Filter { get; }

Property Value

string

Format

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

public string Format { get; }

Property Value

string

InlineCount

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

public string InlineCount { get; }

Property Value

string

OrderBy

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

public string OrderBy { get; }

Property Value

string

Select

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

public string Select { get; }

Property Value

string

Skip

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

public string Skip { get; }

Property Value

string

SkipToken

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

public string SkipToken { get; }

Property Value

string

Top

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

public string Top { get; }

Property Value

string