Aracılığıyla paylaş


KeyExtensions.GetReferencingForeignKeys(IKey) 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.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)

Parametreler

key
IKey

Yabancı anahtarları bulmak için anahtar.

Döndürülenler

Verilen anahtara başvuran yabancı anahtarlar.

Şunlara uygulanır