EntityTypeConfiguration<TEntityType>.NavigationProperties Property

 

Gets the collection of NavigationPropertyConfiguration of this entity type.

Namespace:   System.Web.OData.Builder
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public IEnumerable<NavigationPropertyConfiguration> NavigationProperties { get; }
public:
property IEnumerable<NavigationPropertyConfiguration^>^ NavigationProperties {
    IEnumerable<NavigationPropertyConfiguration^>^ get();
}
member NavigationProperties : IEnumerable<NavigationPropertyConfiguration> with get
Public ReadOnly Property NavigationProperties As IEnumerable(Of NavigationPropertyConfiguration)

Property Value

Type: System.Collections.Generic.IEnumerable<NavigationPropertyConfiguration>

See Also

EntityTypeConfiguration<TEntityType> Class
System.Web.OData.Builder Namespace

Return to top