EntityType.DeclaredNavigationProperties Property
Gets the declared navigation properties associated with the entity type.
Assembly: EntityFramework (in EntityFramework.dll)
public ReadOnlyMetadataCollection<NavigationProperty> DeclaredNavigationProperties { get; }
Property Value
Type: System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<NavigationProperty>The declared navigation properties associated with the entity type.