ITableBase.GetRowInternalForeignKeys(IEntityType) Método

Definición

Obtiene las claves externas del tipo de entidad especificado que apuntan a otros tipos de entidad que comparten esta tabla.

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)

Parámetros

entityType
IEntityType

Devoluciones

Se aplica a