CountNode 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.
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, FilterClause, SearchClause) |
Constructs a new CountNode. |
CountNode(CollectionNode) |
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. |