IMutableNavigation.ForeignKey Property

Definition

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

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

Property Value

Attributes

Applies to