EntityType::NavigationProperties Property
.NET Framework (current version)
Gets the navigation properties of this EntityType.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyMetadataCollection<NavigationProperty^>^ NavigationProperties { ReadOnlyMetadataCollection<NavigationProperty^>^ get(); }
Property Value
Type: System.Data.Metadata.Edm::ReadOnlyMetadataCollection<NavigationProperty^>^A collection of type ReadOnlyMetadataCollection<T> that contains the list of navigation properties on this EntityType.
.NET Framework
Available since 3.5
Available since 3.5
Show: