Compartir a través de


PropertyBuilder<TProperty>.HasAnnotation(String, Object) Método

Definición

Agrega o actualiza una anotación en la propiedad . Si ya existe una anotación con la clave especificada en annotation , se actualizará su valor.

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> HasAnnotation (string annotation, object value);
public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<TProperty> HasAnnotation (string annotation, object? value);
override this.HasAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.PropertyBuilder<'Property>
Public Overridable Function HasAnnotation (annotation As String, value As Object) As PropertyBuilder(Of TProperty)

Parámetros

annotation
String

Clave de la anotación que se va a agregar o actualizar.

value
Object

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

Devoluciones

La misma instancia del generador para que se puedan encadenar varias llamadas de configuración.

Se aplica a