IReadOnlyNavigation.ForeignKey Property

Definition

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

public Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey ForeignKey { get; }
member this.ForeignKey : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey
Public ReadOnly Property ForeignKey As IReadOnlyForeignKey

Property Value

Applies to