RuntimeEntityType.IEntityType.GetForeignKeys Method

Definition

Gets the foreign keys defined on this entity type.

[System.Diagnostics.DebuggerStepThrough]
System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IForeignKey> IEntityType.GetForeignKeys ();
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
override this.Microsoft.EntityFrameworkCore.Metadata.IEntityType.GetForeignKeys : unit -> seq<Microsoft.EntityFrameworkCore.Metadata.IForeignKey>
Function GetForeignKeys () As IEnumerable(Of IForeignKey) Implements IEntityType.GetForeignKeys

Returns

The foreign keys defined on this entity type.

Implements

Attributes

Applies to