다음을 통해 공유


RelationalRuntimeModelConvention.ProcessEntityTypeMappingFragmentAnnotations 메서드

정의

업데이트 관계형 속성은 읽기 전용 개체에 설정할 주석을 재정의합니다.

protected virtual void ProcessEntityTypeMappingFragmentAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment entityTypeMappingFragment, Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment runtimeEntityTypeMappingFragment, bool runtime);
abstract member ProcessEntityTypeMappingFragmentAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment * bool -> unit
override this.ProcessEntityTypeMappingFragmentAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Metadata.RuntimeEntityTypeMappingFragment * bool -> unit
Protected Overridable Sub ProcessEntityTypeMappingFragmentAnnotations (annotations As Dictionary(Of String, Object), entityTypeMappingFragment As IEntityTypeMappingFragment, runtimeEntityTypeMappingFragment As RuntimeEntityTypeMappingFragment, runtime As Boolean)

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

entityTypeMappingFragment
IEntityTypeMappingFragment

원본 관계형 속성이 재정의합니다.

runtimeEntityTypeMappingFragment
RuntimeEntityTypeMappingFragment

주석을 포함할 대상 관계형 속성 재정의입니다.

runtime
Boolean

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

적용 대상