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>

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

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