Udostępnij za pośrednictwem


MutableEntityTypeExtensions.GetNavigations(IMutableEntityType) Metoda

Definicja

Pobiera wszystkie właściwości nawigacji dla danego typu jednostki.

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)

Parametry

entityType
IMutableEntityType

Typ jednostki.

Zwraca

Wszystkie właściwości nawigacji dla danego typu jednostki.

Dotyczy