Condividi tramite


IUpdateAdapter.GetDependents(IUpdateEntry, IForeignKey) Metodo

Definizione

Restituisce i dipendenti associati all'entità e alla chiave esterna specificata.

public System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Update.IUpdateEntry> GetDependents (Microsoft.EntityFrameworkCore.Update.IUpdateEntry principalEntry, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member GetDependents : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> seq<Microsoft.EntityFrameworkCore.Update.IUpdateEntry>
Public Function GetDependents (principalEntry As IUpdateEntry, foreignKey As IForeignKey) As IEnumerable(Of IUpdateEntry)

Parametri

principalEntry
IUpdateEntry

Voce principale.

foreignKey
IForeignKey

Chiave esterna che definisce la relazione.

Restituisce

Dipendenti.

Si applica a