AnnotatableBase.RemoveAnnotation(String) 方法

定义

从此对象中删除给定的批注。

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

要删除的批注。

返回

已删除的批注。

适用于