Share via


CollectionFunctionCallNode Class

Definition

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
CollectionFunctionCallNode

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.

Applies to