次の方法で共有


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

定義

指定されたプリンシパルと外部キーに関連付けられている依存を返します。

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)

パラメーター

principalEntry
IUpdateEntry

プリンシパル エントリ。

foreignKey
IForeignKey

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

戻り値

依存。

適用対象