IConventionAnnotatable.RemoveAnnotation(String) Méthode

Définition

Supprime l’annotation portant le nom donné de cet objet.

public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation RemoveAnnotation (string name);
public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? RemoveAnnotation (string name);
abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Public Function RemoveAnnotation (name As String) As IConventionAnnotation

Paramètres

name
String

Nom de l’annotation à supprimer.

Retours

Annotation supprimée.

S’applique à