CollectionFunctionCallNode 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 function call that returns a Collection
public sealed class CollectionFunctionCallNode : Microsoft.OData.UriParser.CollectionNode
type CollectionFunctionCallNode = class
inherit CollectionNode
Public NotInheritable Class CollectionFunctionCallNode
Inherits CollectionNode
- Inheritance
Constructors
CollectionFunctionCallNode(String, IEnumerable<IEdmFunction>, IEnumerable<QueryNode>, IEdmCollectionTypeReference, QueryNode) |
Creates a CollectionFunctionCallNode to represent a operation call that returns a collection |
Properties
CollectionType |
The type of the collection represented by this node. |
Functions |
Gets the list of operation imports represented by this node |
ItemType |
Gets the individual item type returned by this function |
Kind |
Gets the kind of this node. (Inherited from CollectionNode) |
Name |
Gets the name of this function. |
Parameters |
Gets the list of parameters to this function |
Source |
Gets the semantically bound parent node of this CollectionFunctionCallNode. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. |