Share via


SingleResourceFunctionCallNode Class

Definition

Node representing a function call which returns a single entity or complex.

public sealed class SingleResourceFunctionCallNode : Microsoft.OData.UriParser.SingleResourceNode
type SingleResourceFunctionCallNode = class
    inherit SingleResourceNode
Public NotInheritable Class SingleResourceFunctionCallNode
Inherits SingleResourceNode
Inheritance
SingleResourceFunctionCallNode

Constructors

SingleResourceFunctionCallNode(String, IEnumerable<IEdmFunction>, IEnumerable<QueryNode>, IEdmStructuredTypeReference, IEdmNavigationSource, QueryNode)

Create a SingleResourceFunctionCallNode

SingleResourceFunctionCallNode(String, IEnumerable<QueryNode>, IEdmStructuredTypeReference, IEdmNavigationSource)

Create a SingleResourceFunctionCallNode

Properties

Functions

Gets the list of functions that this node represents

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Name

Gets the name of the function to call

NavigationSource

Gets the navigation source containing the single entity that this function returns.

Parameters

Gets the list of arguments provided to the function.

Source

Gets the semantically bound parent of this function.

StructuredTypeReference

Gets the return type of this function.

TypeReference

Gets the return type of this function.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

Applies to