SingleValueFunctionCallNode Class

Definition

Node representing a function call which returns a single value.

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

Constructors

SingleValueFunctionCallNode(String, IEnumerable<IEdmFunction>, IEnumerable<QueryNode>, IEdmTypeReference, QueryNode)

Create a SingleValueFunctionCallNode

SingleValueFunctionCallNode(String, IEnumerable<QueryNode>, IEdmTypeReference)

Create a SingleValueFunctionCallNode

Properties

Functions

Gets the list of operation imports.

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Name

Gets the name of the function to call.

Parameters

Gets the list of arguments to this function call.

Source

Gets the semantically bound parent of this function.

TypeReference

Gets The type of value returned by this function.

Methods

Accept<T>(QueryNodeVisitor<T>)

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

Applies to