Share via


RuntimeEntityType.IEntityType.GetDerivedSkipNavigations Methode

Definition

Ruft alle Skip-Navigationseigenschaften ab, die für die typen deklariert sind, die von diesem Entitätstyp abgeleitet werden.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation> IEntityType.GetDerivedSkipNavigations ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetDerivedSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation>
Function GetDerivedSkipNavigations () As IEnumerable(Of ISkipNavigation) Implements IEntityType.GetDerivedSkipNavigations

Gibt zurück

Abgeleitete Navigationseigenschaften.

Implementiert

Attribute

Gilt für: