EntityRangeVariable Class
Represents a RangeVariable inside any or all expression that does not refer to an entity set.
Inheritance Hierarchy
System.Object
Microsoft.Data.OData.ODataAnnotatable
Microsoft.Data.OData.Query.SemanticAst.RangeVariable
Microsoft.Data.OData.Query.SemanticAst.EntityRangeVariable
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class EntityRangeVariable _
Inherits RangeVariable
'Usage
Dim instance As EntityRangeVariable
public sealed class EntityRangeVariable : RangeVariable
public ref class EntityRangeVariable sealed : public RangeVariable
[<SealedAttribute>]
type EntityRangeVariable =
class
inherit RangeVariable
end
public final class EntityRangeVariable extends RangeVariable
The EntityRangeVariable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
EntityRangeVariable(String, IEdmEntityTypeReference, IEdmEntitySet) | Initializes a new instance of the EntityRangeVariable class. |
![]() |
EntityRangeVariable(String, IEdmEntityTypeReference, EntityCollectionNode) | Initializes a new instance of the EntityRangeVariable class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
EntityCollectionNode | Gets the Entity collection that this rangeVariable node iterates over. |
![]() |
EntitySet | Gets the Entity set of the collection this node iterates over. |
![]() |
EntityTypeReference | Gets the entity type of each item in the collection that this range variable iterates over. |
![]() |
Kind | Gets the kind of this node. (Overrides RangeVariable.Kind.) |
![]() |
Name | Gets the name of the associated any/all parameter (null if none) (Overrides RangeVariable.Name.) |
![]() |
TypeReference | Gets the entity type of each item in the collection that this range variable iterates over. (Overrides RangeVariable.TypeReference.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
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.
.gif)
.gif)