IConventionEntityType.GetSkipNavigations Methode

Definition

Ruft alle Überspringensnavigationseigenschaften für diesen Entitätstyp ab.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation> GetSkipNavigations ();
abstract member GetSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionSkipNavigation>
Public Function GetSkipNavigations () As IEnumerable(Of IConventionSkipNavigation)

Gibt zurück

Alle Navigationseigenschaften für diesen Entitätstyp überspringen.

Gilt für: