Partager via


ITableBase.GetReferencingRowInternalForeignKeys(IEntityType) Méthode

Définition

Obtient les clés étrangères référençant le type d’entité donné à partir d’autres types d’entités partageant cette table.

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

Paramètres

entityType
IEntityType

Retours

S’applique à