共用方式為


InNode 類別

定義

代表 In 運算子的查詢節點。

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

建構函式

InNode(SingleValueNode, CollectionNode)

建立 InNode

屬性

Kind

取得此節點的種類。

(繼承來源 SingleValueNode)
Left

取得左運算元。

Right

取得右運算元。

TypeReference

取得此節點所表示之單一值的資源類型。

方法

Accept<T>(QueryNodeVisitor<T>)

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

適用於