MutableEntityTypeExtensions.GetNavigations(IMutableEntityType) Methode

Definition

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

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation> GetNavigations (this Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType entityType);
static member GetNavigations : Microsoft.EntityFrameworkCore.Metadata.IMutableEntityType -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableNavigation>
<Extension()>
Public Function GetNavigations (entityType As IMutableEntityType) As IEnumerable(Of IMutableNavigation)

Parameter

entityType
IMutableEntityType

Der Entitätstyp.

Gibt zurück

Alle Navigationseigenschaften für den angegebenen Entitätstyp.

Gilt für: