IMutableEntityType.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 virtual System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey> GetDeclaredReferencingForeignKeys ();
abstract member GetDeclaredReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
override this.GetDeclaredReferencingForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IMutableForeignKey>
Public Overridable Function GetDeclaredReferencingForeignKeys () As IEnumerable(Of IMutableForeignKey)

Returns

The foreign keys that reference the given entity type.

Applies to