Udostępnij za pośrednictwem


ITableBase.GetRowInternalForeignKeys(IEntityType) Metoda

Definicja

Pobiera klucze obce dla danego typu jednostki wskazującego inne typy jednostek współużytkujące tę tabelę.

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

Parametry

entityType
IEntityType

Zwraca

Dotyczy