Share via


NonResourceRangeVariableReferenceNode Class

Definition

A node that represents a rangeVariable that iterates over a non resource collection.

public sealed class NonResourceRangeVariableReferenceNode : Microsoft.OData.UriParser.SingleValueNode
type NonResourceRangeVariableReferenceNode = class
    inherit SingleValueNode
Public NotInheritable Class NonResourceRangeVariableReferenceNode
Inherits SingleValueNode
Inheritance
NonResourceRangeVariableReferenceNode

Constructors

NonResourceRangeVariableReferenceNode(String, NonResourceRangeVariable)

Creates a NonResourceRangeVariableReferenceNode.

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Name

Gets the name of the associated rangeVariable.

RangeVariable

Gets the reference to a rangeVariable on the binding stack.

TypeReference

Gets the type item referred to by this rangeVariable.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

Applies to