Share via


EntityCollectionNode Class

Represents a base class for all semantically bound nodes which represent a composable collection of values.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Query.SemanticAst.QueryNode
      Microsoft.Data.OData.Query.SemanticAst.CollectionNode
        Microsoft.Data.OData.Query.SemanticAst.EntityCollectionNode
          Microsoft.Data.OData.Query.SemanticAst.CollectionNavigationNode
          Microsoft.Data.OData.Query.SemanticAst.EntityCollectionCastNode
          Microsoft.Data.OData.Query.SemanticAst.EntityCollectionFunctionCallNode

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustInherit Class EntityCollectionNode _
    Inherits CollectionNode
'Usage
Dim instance As EntityCollectionNode
public abstract class EntityCollectionNode : CollectionNode
public ref class EntityCollectionNode abstract : public CollectionNode
[<AbstractClassAttribute>]
type EntityCollectionNode =  
    class 
        inherit CollectionNode 
    end
public abstract class EntityCollectionNode extends CollectionNode

The EntityCollectionNode type exposes the following members.

Constructors

  Name Description
Protected method EntityCollectionNode Initializes a new instance of the EntityCollectionNode class.

Top

Properties

  Name Description
Public property CollectionType The type of the collection represented by this node. (Inherited from CollectionNode.)
Public property EntityItemType Gets the resource type of a single entity from the collection represented by this node.
Public property EntitySet Gets the EntitySet that contains this collection.
Public property ItemType Gets the resource type of a single item from the collection represented by this node. (Inherited from CollectionNode.)
Public property Kind Gets the kind of this node. (Inherited from CollectionNode.)

Top

Methods

  Name Description
Public method Accept<T> Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAnnotation<T> Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetAnnotation<T> Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public method 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.

See Also

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace