Annotatable.RemoveAnnotation(String) 方法  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从此对象中删除给定的批注。
public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation RemoveAnnotation(string name);
	abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
	Public Overridable Function RemoveAnnotation (name As String) As Annotation
	参数
- name
 - String
 
要删除的批注。
返回
已删除的批注。