Share via


ResourceRangeVariableReferenceNode Class

Definition

Node to represent a range variable in an Any or All clause that refers to an entity or a complex.

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

Constructors

ResourceRangeVariableReferenceNode(String, ResourceRangeVariable)

Creates an ResourceRangeVariableReferenceNode.

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Name

Gets the name of the associated range variable (null if none)

NavigationSource

Gets the navigation source containing the collection that this range variable iterates over.

RangeVariable

Gets a reference to the range variable that this node represents.

StructuredTypeReference

Gets the structured type of the associated range variable.

TypeReference

Gets the entity type of the associated range variable.

Methods

Accept<T>(QueryNodeVisitor<T>)

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

Applies to