IConventionEntityType.GetNavigations Method

Definition

Gets all navigation properties on the given entity type.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation> GetNavigations ();
abstract member GetNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation>
override this.GetNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionNavigation>
Public Overridable Function GetNavigations () As IEnumerable(Of IConventionNavigation)

Returns

All navigation properties on the given entity type.

Applies to