ConventionKeyExtensions.GetReferencingForeignKeys(IConventionKey) Méthode

Définition

Obtient toutes les clés étrangères qui ciblent une clé primaire ou secondaire donnée.

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)

Paramètres

key
IConventionKey

Clé pour laquelle rechercher les clés étrangères.

Retours

Clés étrangères qui font référence à la clé donnée.

S’applique à