INavigation.ForeignKey Property

Definition

Gets the foreign key that defines the relationship this navigation property will navigate.

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

Property Value

Attributes

Applies to