ParameterAliasNodeTranslator 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.
Initialize a new instance of ParameterAliasNodeTranslator.
public ParameterAliasNodeTranslator (System.Collections.Generic.IDictionary<string,Microsoft.OData.UriParser.SingleValueNode> parameterAliasNodes);
new Microsoft.AspNet.OData.Query.ParameterAliasNodeTranslator : System.Collections.Generic.IDictionary<string, Microsoft.OData.UriParser.SingleValueNode> -> Microsoft.AspNet.OData.Query.ParameterAliasNodeTranslator
Public Sub New (parameterAliasNodes As IDictionary(Of String, SingleValueNode))
Parameters
- parameterAliasNodes
- IDictionary<String,SingleValueNode>
Parameter alias nodes mapping.