AnnotatableBase.RemoveRuntimeAnnotation(String) 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.
Supprime l’annotation d’exécution donnée de cet objet.
public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation? RemoveRuntimeAnnotation(string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function RemoveRuntimeAnnotation (name As String) As Annotation
Paramètres
- name
- String
Annotation à supprimer.
Retours
Annotation supprimée.