Compartir a través de


ITableBase.GetReferencingRowInternalForeignKeys(IEntityType) Método

Definición

Obtiene las claves externas que hacen referencia al tipo de entidad especificado de otros tipos de entidad que comparten esta tabla.

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)

Parámetros

entityType
IEntityType

Devoluciones

Se aplica a