ODataTemplateTranslateContext.GetParameterAliasOrSelf(String) 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.
Gets the parameter alias or the alias name itself.
public string GetParameterAliasOrSelf (string alias);
member this.GetParameterAliasOrSelf : string -> string
Public Function GetParameterAliasOrSelf (alias As String) As String
Parameters
- alias
- String
The potential alias name.
Returns
The parameter alias name.