EntityType.DeclaredNavigationProperties Property

Definition

Gets the declared navigation properties associated with the entity type.

public System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.NavigationProperty> DeclaredNavigationProperties { get; }
member this.DeclaredNavigationProperties : System.Data.Entity.Core.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Entity.Core.Metadata.Edm.NavigationProperty>
Public ReadOnly Property DeclaredNavigationProperties As ReadOnlyMetadataCollection(Of NavigationProperty)

Property Value

The declared navigation properties associated with the entity type.

Applies to