다음을 통해 공유


RelationalRuntimeModelConvention.ProcessForeignKeyAnnotations 메서드

정의

읽기 전용 개체에 설정할 외래 키 주석을 업데이트.

protected override void ProcessForeignKeyAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey runtimeForeignKey, bool runtime);
override this.ProcessForeignKeyAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Metadata.RuntimeForeignKey * bool -> unit
Protected Overrides Sub ProcessForeignKeyAnnotations (annotations As Dictionary(Of String, Object), foreignKey As IForeignKey, runtimeForeignKey As RuntimeForeignKey, runtime As Boolean)

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

foreignKey
IForeignKey

원본 외래 키입니다.

runtimeForeignKey
RuntimeForeignKey

주석을 포함할 대상 외래 키입니다.

runtime
Boolean

지정된 주석이 런타임 주석인지 여부를 나타냅니다.

적용 대상