Udostępnij przez


IEntityType.GetForeignKeys Metoda

Definicja

Pobiera klucze obce zdefiniowane w tym typie jednostki.

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)

Zwraca

Klucze obce zdefiniowane w tym typie jednostki.

Dotyczy