共用方式為


CountNode 類別

定義

代表集合值屬性內相關實體或專案計數的節點。

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

建構函式

CountNode(CollectionNode, FilterClause, SearchClause)

建構新 CountNode

CountNode(CollectionNode)

建構新 CountNode

屬性

FilterClause

取得篩選節點。

Kind

取得此節點的種類。

(繼承來源 SingleValueNode)
SearchClause

取得搜尋節點。

Source

取得要計算的集合屬性節點。

TypeReference

取得這個節點表示的實值型別。

方法

Accept<T>(QueryNodeVisitor<T>)

QueryNodeVisitor<T>接受 以逐步執行 的 QueryNode 樹狀結構。

適用於