AnnotatableBase.IAnnotatable.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.
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.RemoveRuntimeAnnotation(string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.RemoveRuntimeAnnotation(string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.RemoveRuntimeAnnotation
Paramètres
- name
- String
Nom de l’annotation à supprimer.
Retours
Annotation supprimée.