Share via


CountNode Class

Definition

Node representing count of related entities or items within a collection-valued property.

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

Constructors

CountNode(CollectionNode)

Constructs a new CountNode.

CountNode(CollectionNode, FilterClause, SearchClause)

Constructs a new CountNode.

Properties

FilterClause

Gets the filter node.

Kind

Gets the kind of this node.

(Inherited from SingleValueNode)
SearchClause

Gets the search node.

Source

Gets the collection property node to be counted.

TypeReference

Gets the value type this node represents.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes.

Applies to