次の方法で共有


IUpdateAdapter.FindPrincipal(IUpdateEntry, IForeignKey) メソッド

定義

指定された依存エントリと外部キーのプリンシパル エントリを取得します。

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

パラメーター

dependentEntry
IUpdateEntry

依存エントリ。

foreignKey
IForeignKey

リレーションシップを定義する外部キー。

戻り値

プリンシパル。見つからなかった場合は null。

適用対象