AnnotatableBase.AddRuntimeAnnotations Method
Definition
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.
Overloads
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
Adds runtime annotations to this object. |
AddRuntimeAnnotations(IEnumerable<Annotation>) |
Adds runtime annotations to this object. |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>)
Adds runtime annotations to this object.
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
AddRuntimeAnnotations(IEnumerable<Annotation>)
Adds runtime annotations to this object.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework