다음을 통해 공유


MutableAnnotatableExtensions.AddAnnotations 메서드

정의

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

public static void AddAnnotations (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);
static member AddAnnotations : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * seq<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> -> unit
<Extension()>
Public Sub AddAnnotations (annotatable As IMutableAnnotatable, annotations As IEnumerable(Of IAnnotation))

매개 변수

annotatable
IMutableAnnotatable

주석을 추가할 개체입니다.

annotations
IEnumerable<IAnnotation>

추가할 주석입니다.

적용 대상