共用方式為


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

定義關聯性的外鍵。

傳回

相依專案。

適用於