Share via


CollectionFunctionCallNode.ItemType Property

Gets the individual item type returned by this function

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

Syntax

'Declaration
Public Overrides ReadOnly Property ItemType As IEdmTypeReference 
    Get
'Usage
Dim instance As CollectionFunctionCallNode 
Dim value As IEdmTypeReference 

value = instance.ItemType
public override IEdmTypeReference ItemType { get; }
public:
virtual property IEdmTypeReference^ ItemType {
    IEdmTypeReference^ get () override;
}
abstract ItemType : IEdmTypeReference 
override ItemType : IEdmTypeReference
override function get ItemType () : IEdmTypeReference

Property Value

Type: Microsoft.Data.Edm.IEdmTypeReference

See Also

Reference

CollectionFunctionCallNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace