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

定义关系的外键。

返回

依赖项。

适用于