EntityRangeVariableReferenceNode Class
Represents a range variable in an Any or All clause that referrs to an entity.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Query.SemanticAst.QueryNode
Microsoft.Data.OData.Query.SemanticAst.SingleValueNode
Microsoft.Data.OData.Query.SemanticAst.SingleEntityNode
Microsoft.Data.OData.Query.SemanticAst.EntityRangeVariableReferenceNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class EntityRangeVariableReferenceNode _
Inherits SingleEntityNode
'Usage
Dim instance As EntityRangeVariableReferenceNode
public sealed class EntityRangeVariableReferenceNode : SingleEntityNode
public ref class EntityRangeVariableReferenceNode sealed : public SingleEntityNode
[<SealedAttribute>]
type EntityRangeVariableReferenceNode =
class
inherit SingleEntityNode
end
public final class EntityRangeVariableReferenceNode extends SingleEntityNode
The EntityRangeVariableReferenceNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityRangeVariableReferenceNode | Initializes a new instance of the EntityRangeVariableReferenceNode class. |
Top
Properties
Name | Description | |
---|---|---|
EntitySet | Gets the entity set containing the collection that this range variable iterates over. (Overrides SingleEntityNode.EntitySet.) | |
EntityTypeReference | Gets the entity type of the associated range variable. (Overrides SingleEntityNode.EntityTypeReference.) | |
Kind | Gets the kind of this node. (Inherited from SingleValueNode.) | |
Name | Gets the name of the associated rangevariable (null if none) | |
RangeVariable | Gets a reference to the range variable that this node represents. | |
TypeReference | Gets the entity type of the associated range variable. (Overrides SingleValueNode.TypeReference.) |
Top
Methods
Name | Description | |
---|---|---|
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).) | |
Accept<T>(QueryNodeVisitor<T>) | Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.) | |
Equals | (Inherited from Object.) | |
GetAnnotation<T> | Gets or sets the annotation by type. (Inherited from ODataAnnotatable.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
SetAnnotation<T> | Sets an annotation of type T. (Inherited from ODataAnnotatable.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.