ITableBase.GetRowInternalForeignKeys(IEntityType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les clés étrangères pour le type d’entité donné qui pointent vers d’autres types d’entités partageant cette table.
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)
Paramètres
- entityType
- IEntityType