AnnotatableBase.CreateAnnotation(String, Object) Método

Definición

Crea una nueva anotación.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateAnnotation (string name, object? value);
abstract member CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.CreateAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overridable Function CreateAnnotation (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