SingleValueOpenPropertyAccessNode 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.
Semantic node that represents a single-value open property access, which is not bound to an EDM model.
public sealed class SingleValueOpenPropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode
type SingleValueOpenPropertyAccessNode = class
inherit SingleValueNode
Public NotInheritable Class SingleValueOpenPropertyAccessNode
Inherits SingleValueNode
- Inheritance
Constructors
SingleValueOpenPropertyAccessNode(SingleValueNode, String) |
Constructs a SingleValueOpenPropertyAccessNode. |
Properties
Kind |
Gets the kind of this node. (Inherited from SingleValueNode) |
Name |
Gets the name of the open property to be bound outside the EDM model. |
Source |
Gets the value containing this property. |
TypeReference |
Gets the type of the single value this node represents. |
Methods
Accept<T>(QueryNodeVisitor<T>) |
Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes. |