EntityType::NavigationProperties Property

 

Gets the navigation properties of this EntityType.

Namespace:   System.Data.Metadata.Edm
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
Return to top
Show: