RelationalAnnotations.RemoveAnnotation(String) 方法

定义

尝试删除具有给定名称的批注,并返回此操作是否成功。

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

参数

annotationName
String

要删除的批注的名称。

返回

True 如果删除了批注,则为 ; false 否则。

适用于