AnnotatableBase.AddRuntimeAnnotations Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
Fügt diesem Objekt Laufzeitanmerkungen hinzu. |
AddRuntimeAnnotations(IEnumerable<Annotation>) |
Fügt diesem Objekt Laufzeitanmerkungen hinzu. |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>)
Fügt diesem Objekt Laufzeitanmerkungen hinzu.
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))
Parameter
- annotations
- IReadOnlyDictionary<String,Object>
Die anmerkungen, die hinzugefügt werden sollen.
Gilt für:
AddRuntimeAnnotations(IEnumerable<Annotation>)
Fügt diesem Objekt Laufzeitanmerkungen hinzu.
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))
Parameter
- annotations
- IEnumerable<Annotation>
Die anmerkungen, die hinzugefügt werden sollen.
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Entity Framework