IMutableForeignKey.GetReferencingSkipNavigations Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.