다음을 통해 공유


SqlServerRuntimeModelConvention.ProcessModelAnnotations 메서드

정의

읽기 전용 개체에 설정할 모델 주석을 업데이트.

protected override void ProcessModelAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Metadata.RuntimeModel runtimeModel, bool runtime);
override this.ProcessModelAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Metadata.RuntimeModel * bool -> unit
Protected Overrides Sub ProcessModelAnnotations (annotations As Dictionary(Of String, Object), model As IModel, runtimeModel As RuntimeModel, runtime As Boolean)

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

model
IModel

원본 모델입니다.

runtimeModel
RuntimeModel

주석을 포함할 대상 모델입니다.

runtime
Boolean

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

적용 대상