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>

Добавляемые заметки.

Применяется к