EntityType.NavigationProperties Property

 

Gets the navigation properties of this EntityType.

Namespace:   System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

public ReadOnlyMetadataCollection<NavigationProperty> NavigationProperties { get; }

Property Value

Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<NavigationProperty>

A collection of type ReadOnlyMetadataCollection<T> that contains the list of navigation properties on this EntityType .