Share via


Annotatable.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

要移除的批註。

傳回

已移除的批註。

實作

適用於