MutableKeyExtensions.GetReferencingForeignKeys(IMutableKey) Yöntem

Tanım

Verilen bir birincil veya alternatif anahtarı hedef alan tüm yabancı anahtarları alır.

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

Parametreler

key
IMutableKey

Yabancı anahtarların buluna anahtarı.

Döndürülenler

IEnumerable<IMutableForeignKey>

Verilen anahtara başvurulan yabancı anahtarlar.

Şunlara uygulanır