Bagikan melalui


AnnotatableBase.AddAnnotations Metode

Definisi

Overload

AddAnnotations(IEnumerable<IAnnotation>)

Menambahkan anotasi ke objek ini.

AddAnnotations(IReadOnlyDictionary<String,Object>)

Menambahkan anotasi ke objek ini.

AddAnnotations(IEnumerable<IAnnotation>)

Menambahkan anotasi ke objek ini.

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))

Parameter

annotations
IEnumerable<IAnnotation>

Anotasi yang akan ditambahkan.

Berlaku untuk

AddAnnotations(IReadOnlyDictionary<String,Object>)

Menambahkan anotasi ke objek ini.

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))

Parameter

annotations
IReadOnlyDictionary<String,Object>

Anotasi yang akan ditambahkan.

Berlaku untuk