KeyExtensions.GetReferencingForeignKeys(IKey) メソッド

定義

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

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

パラメーター

key
IKey

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

戻り値

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

適用対象