共用方式為


CollectionConstantNode 類別

定義

代表常數值的節點可以是基本、複雜、實體或集合值。

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

建構函式

CollectionConstantNode(IEnumerable<Object>, String, IEdmCollectionTypeReference)

建立 CollectionConstantNode

屬性

Collection

取得 ConstantNodes 的集合。

CollectionType

此節點所表示的集合型別。

ItemType

取得此節點所表示之集合中單一項目的資源類型。

Kind

取得此節點的種類。

(繼承來源 CollectionNode)
LiteralText

取得或設定此節點值的常值文字,其格式會根據 OData URI 常值格式化規則。 如果未在建構時提供文字,可能是 null。

方法

Accept<T>(QueryNodeVisitor<T>)

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

適用於