AnnotatableBase.AddRuntimeAnnotations Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
Agrega anotaciones en tiempo de ejecución a este objeto . |
AddRuntimeAnnotations(IEnumerable<Annotation>) |
Agrega anotaciones en tiempo de ejecución a este objeto . |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>)
Agrega anotaciones en tiempo de ejecución a este objeto .
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))
Parámetros
- annotations
- IReadOnlyDictionary<String,Object>
Anotaciones que se van a agregar.
Se aplica a
AddRuntimeAnnotations(IEnumerable<Annotation>)
Agrega anotaciones en tiempo de ejecución a este objeto .
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))
Parámetros
- annotations
- IEnumerable<Annotation>
Anotaciones que se van a agregar.