ComplexPropertyBuilder.HasPropertyAnnotation(String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.