Aracılığıyla paylaş


AnnotatableBase.AddRuntimeAnnotations Yöntem

Tanım

Aşırı Yüklemeler

AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>)

Bu nesneye çalışma zamanı ek açıklamaları ekler.

AddRuntimeAnnotations(IEnumerable<Annotation>)

Bu nesneye çalışma zamanı ek açıklamaları ekler.

AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>)

Bu nesneye çalışma zamanı ek açıklamaları ekler.

public virtual void AddRuntimeAnnotations (System.Collections.Generic.IReadOnlyDictionary<string,object?> annotations);
abstract member AddRuntimeAnnotations : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
override this.AddRuntimeAnnotations : System.Collections.Generic.IReadOnlyDictionary<string, obj> -> unit
Public Overridable Sub AddRuntimeAnnotations (annotations As IReadOnlyDictionary(Of String, Object))

Parametreler

annotations
IReadOnlyDictionary<String,Object>

Eklenecek ek açıklamalar.

Şunlara uygulanır

AddRuntimeAnnotations(IEnumerable<Annotation>)

Bu nesneye çalışma zamanı ek açıklamaları ekler.

public virtual void AddRuntimeAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> annotations);
abstract member AddRuntimeAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> -> unit
override this.AddRuntimeAnnotations : seq<Microsoft.EntityFrameworkCore.Infrastructure.Annotation> -> unit
Public Overridable Sub AddRuntimeAnnotations (annotations As IEnumerable(Of Annotation))

Parametreler

annotations
IEnumerable<Annotation>

Eklenecek ek açıklamalar.

Şunlara uygulanır