Aracılığıyla paylaş


ConventionKeyExtensions.GetReferencingForeignKeys(IConventionKey) 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.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)

Parametreler

key
IConventionKey

Yabancı anahtarları bulmak için anahtar.

Döndürülenler

Verilen anahtara başvuran yabancı anahtarlar.

Şunlara uygulanır