ResourceRangeVariableReferenceNode 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.
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
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. |