다음을 통해 공유


AnnotatableBase.AddAnnotations 메서드

정의

오버로드

AddAnnotations(IEnumerable<IAnnotation>)

이 개체에 주석을 추가합니다.

AddAnnotations(IReadOnlyDictionary<String,Object>)

이 개체에 주석을 추가합니다.

AddAnnotations(IEnumerable<IAnnotation>)

이 개체에 주석을 추가합니다.

public virtual void AddAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
abstract member AddAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
override this.AddAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
Public Overridable Sub AddAnnotations (annotations As IEnumerable(Of IAnnotation))

매개 변수

annotations
IEnumerable<IAnnotation>

추가할 주석입니다.

적용 대상

AddAnnotations(IReadOnlyDictionary<String,Object>)

이 개체에 주석을 추가합니다.

public virtual void AddAnnotations (System.Collections.Generic.IReadOnlyDictionary<string,object?> annotations);
abstract member AddAnnotations : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
override this.AddAnnotations : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
Public Overridable Sub AddAnnotations (annotations As IReadOnlyDictionary(Of String, Object))

매개 변수

annotations
IReadOnlyDictionary<String,Object>

추가할 주석입니다.

적용 대상