NamedFunctionParameterNode(String, QueryNode) Constructor
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.
Creates a NamedFunctionParameterNode to represent a semantically parsed parameter to a function.
public NamedFunctionParameterNode (string name, Microsoft.OData.UriParser.QueryNode value);
new Microsoft.OData.UriParser.NamedFunctionParameterNode : string * Microsoft.OData.UriParser.QueryNode -> Microsoft.OData.UriParser.NamedFunctionParameterNode
Public Sub New (name As String, value As QueryNode)
Parameters
- name
- String
the name of this function
- value
- QueryNode
the already semantically parsed value of this parameter.