NonResourceRangeVariableReferenceNode Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |