SingleValuePropertyAccessNode Class

Definition

Node representing an access to a property value.

public sealed class SingleValuePropertyAccessNode : Microsoft.OData.UriParser.SingleValueNode
type SingleValuePropertyAccessNode = class
    inherit SingleValueNode
Public NotInheritable Class SingleValuePropertyAccessNode
Inherits SingleValueNode
Inheritance
SingleValuePropertyAccessNode

Constructors

SingleValuePropertyAccessNode(SingleValueNode, IEdmProperty)

Constructs a SingleValuePropertyAccessNode.

Properties

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
Property

Gets the EDM property which is to be accessed.

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.

Applies to