다음을 통해 공유


RelationalRuntimeModelConvention.ProcessPropertyOverridesAnnotations 메서드

정의

오버로드

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

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

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

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

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

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

protected virtual void ProcessPropertyOverridesAnnotations (System.Collections.Generic.Dictionary<string,object?> annotations, Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides propertyOverrides, Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides runtimePropertyOverrides, bool runtime);
abstract member ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
override this.ProcessPropertyOverridesAnnotations : System.Collections.Generic.Dictionary<string, obj> * Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Metadata.RuntimeRelationalPropertyOverrides * bool -> unit
Protected Overridable Sub ProcessPropertyOverridesAnnotations (annotations As Dictionary(Of String, Object), propertyOverrides As IRelationalPropertyOverrides, runtimePropertyOverrides As RuntimeRelationalPropertyOverrides, runtime As Boolean)

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

propertyOverrides
Microsoft.EntityFrameworkCore.Metadata.Internal.IRelationalPropertyOverrides

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

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

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

runtime
Boolean

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

적용 대상

ProcessPropertyOverridesAnnotations(Dictionary<String,Object>, IRelationalPropertyOverrides, RuntimeRelationalPropertyOverrides, Boolean)

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

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

매개 변수

annotations
Dictionary<String,Object>

처리할 주석입니다.

propertyOverrides
IRelationalPropertyOverrides

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

runtimePropertyOverrides
RuntimeRelationalPropertyOverrides

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

runtime
Boolean

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

적용 대상