ODataUri Class

Definition

The root node of a query. Holds the query itself plus additional metadata about the query.

public sealed class ODataUri
type ODataUri = class
Public NotInheritable Class ODataUri
Inheritance
ODataUri

Constructors

ODataUri()

Initializes a new instance of the ODataUri class.

Properties

Apply

Gets or sets any $apply option for this uri.

Compute

Gets or sets any $compute option for this uri.

CustomQueryOptions

Gets or sets any custom query options for this uri.

DeltaToken

Gets or sets any $deltatoken option for this uri.

Filter

Gets or sets any $filter option for this uri.

Index

Gets or sets any $index option for this uri.

OrderBy

Gets or sets any $orderby option for this uri.

ParameterAliasNodes

Get the parameter alias nodes info.

Path

Gets or sets the top level path for this uri.

QueryCount

Get or sets any query $count option for this uri.

RequestUri

Gets or sets the request Uri.

Search

Gets or sets any $search option for this uri.

SelectAndExpand

Gets or sets any $select or $expand option for this uri.

ServiceRoot

Gets or sets the service root Uri.

Skip

Gets or sets any $skip option for this uri.

SkipToken

Gets or sets any $skiptoken option for this uri.

Top

Gets or sets any $top option for this uri.

Methods

Clone()

Return a copy of current ODataUri.

Extension Methods

BuildUri(ODataUri, ODataUrlKeyDelimiter)

Build ODataUri into a Uri, the result URIs query options are URL encoded.

Applies to