Annotatable.IMutableAnnotatable.RemoveAnnotation(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 donnée de cet objet.
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IMutableAnnotatable.RemoveAnnotation(string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IMutableAnnotatable.RemoveAnnotation(string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IMutableAnnotatable.RemoveAnnotation(string name);
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveAnnotation (name As String) As IAnnotation Implements IMutableAnnotatable.RemoveAnnotation
Paramètres
- name
- String
Nom de l’annotation à supprimer.
Retours
Annotation supprimée.
Implémente
- Attributs