Condividi tramite


IUpdateAdapter.FindPrincipal(IUpdateEntry, IForeignKey) Metodo

Definizione

Ottiene la voce principale per la voce dipendente specificata e la chiave esterna.

public Microsoft.EntityFrameworkCore.Update.IUpdateEntry FindPrincipal (Microsoft.EntityFrameworkCore.Update.IUpdateEntry dependentEntry, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
public Microsoft.EntityFrameworkCore.Update.IUpdateEntry? FindPrincipal (Microsoft.EntityFrameworkCore.Update.IUpdateEntry dependentEntry, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey);
abstract member FindPrincipal : Microsoft.EntityFrameworkCore.Update.IUpdateEntry * Microsoft.EntityFrameworkCore.Metadata.IForeignKey -> Microsoft.EntityFrameworkCore.Update.IUpdateEntry
Public Function FindPrincipal (dependentEntry As IUpdateEntry, foreignKey As IForeignKey) As IUpdateEntry

Parametri

dependentEntry
IUpdateEntry

Voce dipendente.

foreignKey
IForeignKey

Chiave esterna che definisce la relazione.

Restituisce

Entità o Null se non è stato trovato nessuno.

Si applica a