IAnnotatable.AddRuntimeAnnotation(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 une annotation d’exécution à cet objet. Lève si une annotation portant le nom spécifié existe déjà.
public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation AddRuntimeAnnotation(string name, object? value);
abstract member AddRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function AddRuntimeAnnotation (name As String, value As Object) As IAnnotation
Paramètres
- name
- String
Nom de l’annotation à ajouter.
- value
- Object
Valeur à stocker dans l’annotation.
Retours
Annotation nouvellement ajoutée.