Sdílet prostřednictvím


IEntityType.GetForeignKeys Metoda

Definice

Získá cizí klíče definované pro tento typ entity.

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

Návraty

Cizí klíče definované pro tento typ entity.

Platí pro