Aracılığıyla paylaş


MutableKeyExtensions.GetReferencingForeignKeys(IMutableKey) Yöntem

Tanım

Belirli bir birincil veya alternatif anahtarı hedefleyen 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ı bulmak için anahtar.

Döndürülenler

Verilen anahtara başvuran yabancı anahtarlar.

Şunlara uygulanır