CollectionNode.CollectionType Property

The type of the collection represented by this node.

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property CollectionType As IEdmCollectionTypeReference 
    Get
'Usage
Dim instance As CollectionNode 
Dim value As IEdmCollectionTypeReference 

value = instance.CollectionType
public abstract IEdmCollectionTypeReference CollectionType { get; }
public:
virtual property IEdmCollectionTypeReference^ CollectionType {
    IEdmCollectionTypeReference^ get () abstract;
}
abstract CollectionType : IEdmCollectionTypeReference
abstract function get CollectionType () : IEdmCollectionTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmCollectionTypeReference

See Also

Reference

CollectionNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace