SingleNavigationNode.EntityTypeReference Property
Gets the type of entity that this NavigationProperty targets.
Namespace: Microsoft.Data.OData.Query.SemanticAst
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property EntityTypeReference As IEdmEntityTypeReference
Get
'Usage
Dim instance As SingleNavigationNode
Dim value As IEdmEntityTypeReference
value = instance.EntityTypeReference
public override IEdmEntityTypeReference EntityTypeReference { get; }
public:
virtual property IEdmEntityTypeReference^ EntityTypeReference {
IEdmEntityTypeReference^ get () override;
}
abstract EntityTypeReference : IEdmEntityTypeReference
override EntityTypeReference : IEdmEntityTypeReference
override function get EntityTypeReference () : IEdmEntityTypeReference
Property Value
Type: Microsoft.Data.Edm.IEdmEntityTypeReference
The type of entity that this NavigationProperty targets.