ParameterAliasNode Class

Definition

Represents a parameter alias that appears in uri path, $filter or $orderby.

public class ParameterAliasNode : Microsoft.OData.UriParser.SingleValueNode
type ParameterAliasNode = class
    inherit SingleValueNode
Public Class ParameterAliasNode
Inherits SingleValueNode
Inheritance
ParameterAliasNode

Constructors

ParameterAliasNode(String, IEdmTypeReference)

Constructor.

Properties

Alias

The parameter alias.

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
TypeReference

The alias' type which is inferred from the type of alias value's SingleValueNode

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes.

Applies to