Partager via


ComplexPropertyBuilder.HasPropertyAnnotation(String, Object) Méthode

Définition

Ajoute ou met à jour une annotation sur la propriété complexe. Si une annotation avec la clé spécifiée dans annotation existe déjà, sa valeur est mise à jour.

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

Paramètres

annotation
String

Clé de l’annotation à ajouter ou à mettre à jour.

value
Object

Valeur à stocker dans l’annotation.

Retours

Le même générateur instance afin que plusieurs appels de configuration puissent être chaînés.

S’applique à