다음을 통해 공유


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

관계를 정의하는 외래 키입니다.

반환

종속성입니다.

적용 대상