AnnotatableBase.AddRuntimeAnnotations Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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>)
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
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>)
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
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.