ODataUnresolvedFunctionParameterAlias Class
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.
Represents an aliased parameter in a function call that has not yet been resolved to a specific value.
public class ODataUnresolvedFunctionParameterAlias
type ODataUnresolvedFunctionParameterAlias = class
Public Class ODataUnresolvedFunctionParameterAlias
- Inheritance
-
ODataUnresolvedFunctionParameterAlias
Constructors
ODataUnresolvedFunctionParameterAlias(String, IEdmTypeReference) |
Initializes a new instance of ODataUnresolvedFunctionParameterAlias. |
Properties
Alias |
The alias provided as the parameter value. |
Type |
The EDM type of the parameter represented by this alias. |