IMutableEntityType.GetNavigations Method

Definition

Gets all navigation properties on the given entity type.

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

Returns

All navigation properties on the given entity type.

Applies to