FunctionParameterToken(String, QueryToken) 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 FunctionParameterToken
public FunctionParameterToken (string parameterName, Microsoft.OData.UriParser.QueryToken valueToken);
new Microsoft.OData.UriParser.FunctionParameterToken : string * Microsoft.OData.UriParser.QueryToken -> Microsoft.OData.UriParser.FunctionParameterToken
Public Sub New (parameterName As String, valueToken As QueryToken)
Parameters
- parameterName
- String
the name of this parameter
- valueToken
- QueryToken
the syntactically parsed value