EntityCollectionFunctionCallNode Class
Node to represent a function call that returns a collection of entities.
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.EntityCollectionFunctionCallNode
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public NotInheritable Class EntityCollectionFunctionCallNode _
Inherits EntityCollectionNode
'Usage
Dim instance As EntityCollectionFunctionCallNode
public sealed class EntityCollectionFunctionCallNode : EntityCollectionNode
public ref class EntityCollectionFunctionCallNode sealed : public EntityCollectionNode
[<SealedAttribute>]
type EntityCollectionFunctionCallNode =
class
inherit EntityCollectionNode
end
public final class EntityCollectionFunctionCallNode extends EntityCollectionNode
The EntityCollectionFunctionCallNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EntityCollectionFunctionCallNode | Creates an EntityCollecitonFunctionCallNode to represent a function call that returns a collection of entities. |
Top
Properties
Name | Description | |
---|---|---|
CollectionType | The type of the collection represented by this node. (Overrides CollectionNode.CollectionType.) | |
EntityItemType | Gets the individual entity type returned by this function. (Overrides EntityCollectionNode.EntityItemType.) | |
EntitySet | Gets the entity set contaiing the entities returned by this function. (Overrides EntityCollectionNode.EntitySet.) | |
FunctionImports | Gets the list of function imports that this node represents. | |
ItemType | Gets the individual item type returned by this function. (Overrides CollectionNode.ItemType.) | |
Kind | Gets the kind of this node. (Inherited from CollectionNode.) | |
Name | Gets the name of this function | |
Parameters | Gets the list of parameters provided to this function. | |
Source | Gets the semantically bound parent of this function. |
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.