IMutableForeignKey.GetReferencingSkipNavigations Method

Definition

Gets all skip navigations using this foreign key.

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

Returns

The skip navigations using this foreign key.

Applies to