IReadOnlyForeignKey.GetReferencingSkipNavigations Method

Definition

Gets the skip navigations using this foreign key.

public virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation> GetReferencingSkipNavigations ();
abstract member GetReferencingSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation>
override this.GetReferencingSkipNavigations : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlySkipNavigation>
Public Overridable Function GetReferencingSkipNavigations () As IEnumerable(Of IReadOnlySkipNavigation)

Returns

The skip navigations using this foreign key.

Applies to