IReadOnlyEntityType.GetDeclaredReferencingForeignKeys Method

Definition

Gets all foreign keys that target a given entity type (i.e. foreign keys where the given entity type is the principal).

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey> GetDeclaredReferencingForeignKeys ();
abstract member GetDeclaredReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyForeignKey>
Public Function GetDeclaredReferencingForeignKeys () As IEnumerable(Of IReadOnlyForeignKey)

Returns

The foreign keys that reference the given entity type.

Applies to