Sdílet prostřednictvím


IReadOnlyEntityType.GetForeignKeys Metoda

Definice

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

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

Návraty

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

Platí pro