次の方法で共有


ConventionKeyExtensions.GetReferencingForeignKeys(IConventionKey) メソッド

定義

指定された主キーまたは代替キーを対象とするすべての外部キーを取得します。

public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey> GetReferencingForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IConventionKey key);
static member GetReferencingForeignKeys : Microsoft.EntityFrameworkCore.Metadata.IConventionKey -> seq<Microsoft.EntityFrameworkCore.Metadata.IConventionForeignKey>
<Extension()>
Public Function GetReferencingForeignKeys (key As IConventionKey) As IEnumerable(Of IConventionForeignKey)

パラメーター

key
IConventionKey

外部キーを検索するキー。

戻り値

指定されたキーを参照する外部キー。

適用対象