NamedFunctionParameterNode Class

Node representing a semantically parsed parameter to a function.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.ODataAnnotatable
    Microsoft.Data.OData.Query.SemanticAst.QueryNode
      Microsoft.Data.OData.Query.SemanticAst.NamedFunctionParameterNode

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Class NamedFunctionParameterNode _
    Inherits QueryNode
'Usage
Dim instance As NamedFunctionParameterNode
public class NamedFunctionParameterNode : QueryNode
public ref class NamedFunctionParameterNode : public QueryNode
type NamedFunctionParameterNode =  
    class 
        inherit QueryNode 
    end
public class NamedFunctionParameterNode extends QueryNode

The NamedFunctionParameterNode type exposes the following members.

Constructors

  Name Description
Public method NamedFunctionParameterNode Creates a NamedFunctionParameterNode to represent a semantically parsed parameter to a function.

Top

Properties

  Name Description
Public property Kind Gets the kind of this node (Overrides QueryNode.Kind.)
Public property Name Gets the name of this parameter
Public property Value Gets the semantically parsed value of this parameter.

Top

Methods

  Name Description
Public method Accept<T>(QueryNodeVisitor<T>) Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Overrides QueryNode.Accept<T>(QueryNodeVisitor<T>).)
Public method Accept<T>(QueryNodeVisitor<T>) Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. (Inherited from QueryNode.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAnnotation<T> Gets or sets the annotation by type. (Inherited from ODataAnnotatable.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SetAnnotation<T> Sets an annotation of type T. (Inherited from ODataAnnotatable.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Data.OData.Query.SemanticAst Namespace