Compartilhar via


ITableBase.GetReferencingRowInternalForeignKeys(IEntityType) Método

Definição

Obtém as chaves estrangeiras que fazem referência ao tipo de entidade fornecido de outros tipos de entidade que compartilham essa tabela.

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

Retornos

Aplica-se a