IForeignKeyConstraint.MappedForeignKeys Property

Definition

Gets the mapped foreign keys.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> MappedForeignKeys { get; }
member this.MappedForeignKeys : seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Public ReadOnly Property MappedForeignKeys As IEnumerable(Of IForeignKey)

Property Value

Applies to