Class ODataRawQueryOptions
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
Filter
Gets the raw $filter query value from the incoming request Uri if exists.
public string Filter { get; }
Property Value
Format
Gets the raw $format query value from the incoming request Uri if exists.
public string Format { get; }
Property Value
InlineCount
Gets the raw $inlineCount query value from the incoming request Uri if exists.
public string InlineCount { get; }
Property Value
OrderBy
Gets the raw $orderby query value from the incoming request Uri if exists.
public string OrderBy { get; }
Property Value
Select
Gets the raw $select query value from the incoming request Uri if exists.
public string Select { get; }
Property Value
Skip
Gets the raw $skip query value from the incoming request Uri if exists.
public string Skip { get; }
Property Value
SkipToken
Gets the raw $skiptoken query value from the incoming request Uri if exists.
public string SkipToken { get; }
Property Value
Top
Gets the raw $top query value from the incoming request Uri if exists.
public string Top { get; }