RuntimeAnnotatableBase.AddRuntimeAnnotations Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AddRuntimeAnnotations(IEnumerable<Annotation>) |
Adds runtime annotations to this object. |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
Adds runtime annotations to this object. |
- Source:
- RuntimeAnnotatableBase.cs
Adds runtime annotations to this object.
C#
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))
Parameters
- annotations
- IEnumerable<Annotation>
The annotations to be added.
Applies to
Entity Framework Core 9.0
Produkt | Versioner |
---|---|
Entity Framework Core | 9.0 |
- Source:
- RuntimeAnnotatableBase.cs
Adds runtime annotations to this object.
C#
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))
Parameters
- annotations
- IReadOnlyDictionary<String,Object>
The annotations to be added.
Applies to
Entity Framework Core 9.0
Produkt | Versioner |
---|---|
Entity Framework Core | 9.0 |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Feedback om Entity Framework
Entity Framework är ett öppen källkod projekt. Välj en länk för att ge feedback: