ForeignKeyEventData.ForeignKey Property

Definition

The foreign key.

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

Property Value

Applies to