Compartir a través de


RelationalAnnotations.RemoveAnnotation(String) Método

Definición

Intenta quitar una anotación con el nombre especificado y devuelve si se realizó correctamente.

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

Parámetros

annotationName
String

Nombre de la anotación que se va a quitar.

Devoluciones

True si se quitó la anotación; false Lo contrario.

Se aplica a