SingleValueFunctionCallNode 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 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
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. |