次の方法で共有


IForeignKeyConstraint.MappedForeignKeys プロパティ

定義

マップされた外部キーを取得します。

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)

プロパティ値

適用対象