EntityCollectionCastNode.EntityItemType Property

Gets the entity type that casts all items in this collection to.

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 EntityCollectionCastNode 
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
The entity type that casts all items in this collection to.

See Also

Reference

EntityCollectionCastNode Class

Microsoft.Data.OData.Query.SemanticAst Namespace