RuntimeForeignKey.IReadOnlyForeignKey.GetReferencingSkipNavigations Method

Definition

Gets the skip navigations using this foreign key.

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

Returns

The skip navigations using this foreign key.

Implements

Attributes

Applies to