ODataRawQueryOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the raw query values in the string format from the incoming request.
public class ODataRawQueryOptions
type ODataRawQueryOptions = class
Public Class ODataRawQueryOptions
- Inheritance
-
ODataRawQueryOptions
Constructors
ODataRawQueryOptions() |
Properties
Apply |
Gets the raw $apply query value from the incoming request Uri if exists. |
Count |
Gets the raw $count query value from the incoming request Uri if exists. |
DeltaToken |
Gets the raw $deltatoken query value from the incoming request Uri if exists. |
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. |
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. |