다음을 통해 공유


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입니다.

적용 대상