Auf Englisch lesen

Teilen über


AnnotatableBase.AddAnnotations Methode

Definition

Überlädt

AddAnnotations(IEnumerable<IAnnotation>)

Fügt diesem Objekt Anmerkungen hinzu.

AddAnnotations(IReadOnlyDictionary<String,Object>)

Fügt diesem Objekt Anmerkungen hinzu.

AddAnnotations(IEnumerable<IAnnotation>)

Quelle:
AnnotatableBase.cs
Quelle:
AnnotatableBase.cs
Quelle:
AnnotatableBase.cs
Quelle:
AnnotatableBase.cs

Fügt diesem Objekt Anmerkungen hinzu.

C#
public virtual void AddAnnotations (System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation> annotations);

Parameter

annotations
IEnumerable<IAnnotation>

Die anmerkungen, die hinzugefügt werden sollen.

Gilt für:

Entity Framework Core 9.0 und andere Versionen
Produkt Versionen
Entity Framework Core 6.0, 7.0, 8.0, 9.0

AddAnnotations(IReadOnlyDictionary<String,Object>)

Quelle:
AnnotatableBase.cs
Quelle:
AnnotatableBase.cs
Quelle:
AnnotatableBase.cs
Quelle:
AnnotatableBase.cs

Fügt diesem Objekt Anmerkungen hinzu.

C#
public virtual void AddAnnotations (System.Collections.Generic.IReadOnlyDictionary<string,object?> annotations);

Parameter

annotations
IReadOnlyDictionary<String,Object>

Die anmerkungen, die hinzugefügt werden sollen.

Gilt für:

Entity Framework Core 9.0 und andere Versionen
Produkt Versionen
Entity Framework Core 6.0, 7.0, 8.0, 9.0