ITableBase.GetRowInternalForeignKeys(IEntityType) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Získá cizí klíče pro daný typ entity, které odkazují na jiné typy entit sdílející tuto tabulku.
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