IUpdateAdapter.FindPrincipal(IUpdateEntry, IForeignKey) Methode

Definition

Ruft den Prinzipaleintrag für den angegebenen abhängigen Eintrag und Fremdschlüssel ab.

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

Parameter

dependentEntry
IUpdateEntry

Der abhängige Eintrag.

foreignKey
IForeignKey

Der Fremdschlüssel, der die Beziehung definiert.

Gibt zurück

Der Prinzipal oder NULL, wenn keine gefunden wurde.

Gilt für: