CollectionConstantNode Class

Definition

Node representing a constant value, can either be primitive, complex, entity, or collection value.

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

Constructors

CollectionConstantNode(IEnumerable<Object>, String, IEdmCollectionTypeReference)

Create a CollectionConstantNode

Properties

Collection

Gets the collection of ConstantNodes.

CollectionType

The type of the collection represented by this node.

ItemType

Gets the resource type of a single item from the collection represented by this node.

Kind

Gets the kind of this node.

(Inherited from CollectionNode)
LiteralText

Get or Set the literal text for this node's value, formatted according to the OData URI literal formatting rules. May be null if the text was not provided at construction time.

Methods

Accept<T>(QueryNodeVisitor<T>)

Accept a QueryNodeVisitor<T> to walk a tree of QueryNodes.

Applies to