Compartir a través de


AnnotatableBase.CreateRuntimeAnnotation(String, Object) Método

Definición

Crea una nueva anotación en tiempo de ejecución.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateRuntimeAnnotation (string name, object? value);
abstract member CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overridable Function CreateRuntimeAnnotation (name As String, value As Object) As Annotation

Parámetros

name
String

Clave de la anotación.

value
Object

Valor que se va a almacenar en la anotación.

Devoluciones

Anotación recién creada.

Se aplica a