Share via


CountVirtualPropertyNode Class

Definition

Dummy class that allows virtual property $count to work like any other aggregation method.

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

Constructors

CountVirtualPropertyNode()

Constructor.

Properties

Kind

Kind of the single value node.

TypeReference

Type returned by the $count virtual property.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> that walks a tree of QueryNodes.

(Inherited from QueryNode)

Applies to