IMutableSkipNavigation.ForeignKey Property

Definition

Gets the foreign key to the join type.

public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey ForeignKey { [System.Diagnostics.DebuggerStepThrough] get; }
public virtual Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey? ForeignKey { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ForeignKey : Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey
Public Overridable ReadOnly Property ForeignKey As IMutableForeignKey

Property Value

Attributes

Applies to