CountNode 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表集合值屬性內相關實體或專案計數的節點。
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 樹狀結構。 |