Share via


FunctionCallToken Class

Definition

Lexical token representing a function call.

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

Constructors

FunctionCallToken(String, IEnumerable<FunctionParameterToken>, QueryToken)

Create a new FunctionCallToken using the given function name and parameter tokens.

FunctionCallToken(String, IEnumerable<QueryToken>)

Create a new FunctionCallToken using the given function name and argument values.

Properties

Arguments

The arguments for the function.

Kind

The kind of the query token.

Name

The name of the function to call.

Source

The syntactically bound parent of this function.

Methods

Accept<T>(ISyntacticTreeVisitor<T>)

Accept a ISyntacticTreeVisitor<T> to walk a tree of QueryTokens.

Applies to