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>

要添加的批注。

适用于