IConventionSkipNavigation.ForeignKey Property

Definition

Gets the foreign key to the join type.

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

Property Value

Attributes

Applies to