Share via


RelationalAnnotations.RemoveAnnotation(String) Method

Definition

Attempts to remove an annotation with the given name and returns whether or not this was successful.

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

Parameters

annotationName
String

The name of the annotation to remove.

Returns

True if the annotation was removed; false otherwise.

Applies to