Share via


ODataUri Class

 

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

Namespace:   Microsoft.OData.Core
Assembly:  Microsoft.OData.Core (in Microsoft.OData.Core.dll)

Inheritance Hierarchy

System.Object
  Microsoft.OData.Core.ODataUri

Syntax

public sealed class ODataUri
public ref class ODataUri sealed 
[<Sealed>]
type ODataUri = class end
Public NotInheritable Class ODataUri

Constructors

Name Description
System_CAPS_pubmethod ODataUri()

Initializes a new instance of the ODataUri class.

Properties

Name Description
System_CAPS_pubproperty CustomQueryOptions

Gets or sets the custom query options for this uri.

System_CAPS_pubproperty Filter

Gets or sets the $filter option for this uri.

System_CAPS_pubproperty OrderBy

Gets or sets the $orderby option for this uri.

System_CAPS_pubproperty ParameterAliasNodes

System_CAPS_pubproperty Path

Gets or sets the top level path for this uri.

System_CAPS_pubproperty QueryCount

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

System_CAPS_pubproperty RequestUri

Gets or sets the request Uri.

System_CAPS_pubproperty Search

System_CAPS_pubproperty SelectAndExpand

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

System_CAPS_pubproperty ServiceRoot

Gets or sets the service root Uri.

System_CAPS_pubproperty Skip

Gets or sets the $skip option for this uri.

System_CAPS_pubproperty Top

Gets or sets the $top option for this uri.

Methods

Name Description
System_CAPS_pubmethod Clone()

Creates a copy of the ODataUri object.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(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

Microsoft.OData.Core Namespace

Return to top