Share via


EntityCollectionFunctionCallNode.EntityItemType Property

Gets the individual entity 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 EntityItemType As IEdmEntityTypeReference 
    Get
'Usage
Dim instance As EntityCollectionFunctionCallNode 
Dim value As IEdmEntityTypeReference 

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

Property Value

Type: Microsoft.Data.Edm.IEdmEntityTypeReference

See Also

Reference

EntityCollectionFunctionCallNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace