Condividi tramite


ITableBase.GetReferencingRowInternalForeignKeys(IEntityType) Metodo

Definizione

Ottiene le chiavi esterne che fanno riferimento al tipo di entità specificato da altri tipi di entità che condividono questa tabella.

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)

Parametri

entityType
IEntityType

Restituisce

Si applica a