KeyExtensions.GetReferencingForeignKeys(IKey) Method

Definition

Gets all foreign keys that target a given primary or alternate key.

C#
public static System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> GetReferencingForeignKeys (this Microsoft.EntityFrameworkCore.Metadata.IKey key);

Parameters

key
IKey

The key to find the foreign keys for.

Returns

The foreign keys that reference the given key.

Applies to

Product Versions
Entity Framework Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0