IMutableEntityType.GetNavigations Methode

Definition

Ruft alle Navigationseigenschaften für den angegebenen Entitätstyp ab.

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)

Gibt zurück

Alle Navigationseigenschaften für den angegebenen Entitätstyp.

Gilt für: