CountVirtualPropertyNode 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
虛擬屬性可讓虛擬屬性$count與其他任何匯總方法一樣運作的虛擬類別。
public sealed class CountVirtualPropertyNode : Microsoft.OData.UriParser.SingleValueNode
type CountVirtualPropertyNode = class
inherit SingleValueNode
Public NotInheritable Class CountVirtualPropertyNode
Inherits SingleValueNode
- 繼承
建構函式
CountVirtualPropertyNode() |
建構函式。 |
屬性
Kind |
單一值節點的種類。 |
TypeReference |
$count虛擬屬性所傳回的類型。 |
方法
Accept<T>(QueryNodeVisitor<T>) |
QueryNodeVisitor<T>接受 ,其會逐步執行 的 QueryNode 樹狀結構。 (繼承來源 QueryNode) |