ParameterAliasNode 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 a parameter alias that appears in uri path, $filter or $orderby.
public class ParameterAliasNode : Microsoft.OData.UriParser.SingleValueNode
type ParameterAliasNode = class
inherit SingleValueNode
Public Class ParameterAliasNode
Inherits SingleValueNode
- Inheritance
Constructors
ParameterAliasNode(String, IEdmTypeReference) |
Constructor. |
Properties
Alias |
The parameter alias. |
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
TypeReference |
The alias' type which is inferred from the type of alias value's SingleValueNode |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes. |