RelationalAnnotations.RemoveAnnotation(String) Méthode

Définition

Tente de supprimer une annotation portant le nom donné et retourne si cela a réussi ou non.

public virtual bool RemoveAnnotation (string annotationName);
abstract member RemoveAnnotation : string -> bool
override this.RemoveAnnotation : string -> bool
Public Overridable Function RemoveAnnotation (annotationName As String) As Boolean

Paramètres

annotationName
String

Nom de l’annotation à supprimer.

Retours

True si l’annotation a été supprimée ; false Sinon.

S’applique à