CollectionNavigationNode.ItemType Property
Gets a reference to the resource type a single entity in the collection.
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 CollectionNavigationNode
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
A reference to the resource type a single entity in the collection.