다음을 통해 공유


IMutableAnnotatable.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>

추가할 주석입니다.

적용 대상