Sdílet prostřednictvím


IUpdateAdapter.FindPrincipal(IUpdateEntry, IForeignKey) Metoda

Definice

Získá hlavní položku pro dané závislé položky a cizí klíč.

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

Parametry

dependentEntry
IUpdateEntry

Závislá položka.

foreignKey
IForeignKey

Cizí klíč, který definuje relaci.

Návraty

Objekt zabezpečení nebo hodnota null, pokud nebyla nalezena žádná.

Platí pro