EntityCollectionNode.EntityItemType Property
Gets the resource type of a single entity from 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 EntityItemType As IEdmEntityTypeReference
Get
'Usage
Dim instance As EntityCollectionNode
Dim value As IEdmEntityTypeReference
value = instance.EntityItemType
public abstract IEdmEntityTypeReference EntityItemType { get; }
public:
virtual property IEdmEntityTypeReference^ EntityItemType {
IEdmEntityTypeReference^ get () abstract;
}
abstract EntityItemType : IEdmEntityTypeReference
abstract function get EntityItemType () : IEdmEntityTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmEntityTypeReference
The resource type of a single entity from the collection represented by this node.