Compartir a través de


ComplexPropertyBuilder.HasPropertyAnnotation(String, Object) Método

Definición

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder HasPropertyAnnotation (string annotation, object? value);
abstract member HasPropertyAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder
override this.HasPropertyAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Metadata.Builders.ComplexPropertyBuilder
Public Overridable Function HasPropertyAnnotation (annotation As String, value As Object) As ComplexPropertyBuilder

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