AnnotatableBase.AddAnnotations 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
| AddAnnotations(IEnumerable<IAnnotation>) |
Bu nesneye ek açıklamalar ekler. |
| AddAnnotations(IReadOnlyDictionary<String,Object>) |
Bu nesneye ek açıklamalar ekler. |
AddAnnotations(IEnumerable<IAnnotation>)
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
Bu nesneye ek açıklamalar ekler.
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))
Parametreler
- annotations
- IEnumerable<IAnnotation>
Eklenecek ek açıklamalar.
Şunlara uygulanır
AddAnnotations(IReadOnlyDictionary<String,Object>)
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
- Kaynak:
- AnnotatableBase.cs
Bu nesneye ek açıklamalar ekler.
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))
Parametreler
- annotations
- IReadOnlyDictionary<String,Object>
Eklenecek ek açıklamalar.