ODataPathSegmentTranslator.TranslateParameterAlias Method
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.
public static Microsoft.OData.UriParser.SingleValueNode TranslateParameterAlias (Microsoft.OData.UriParser.SingleValueNode node, System.Collections.Generic.IDictionary<string,Microsoft.OData.UriParser.SingleValueNode> parameterAliasNodes);
static member TranslateParameterAlias : Microsoft.OData.UriParser.SingleValueNode * System.Collections.Generic.IDictionary<string, Microsoft.OData.UriParser.SingleValueNode> -> Microsoft.OData.UriParser.SingleValueNode
Public Shared Function TranslateParameterAlias (node As SingleValueNode, parameterAliasNodes As IDictionary(Of String, SingleValueNode)) As SingleValueNode
Parameters
- node
- SingleValueNode
- parameterAliasNodes
- IDictionary<String,SingleValueNode>