共用方式為


AnnotatableBase.RemoveRuntimeAnnotation(String) 方法

定義

從這個 物件中移除指定的執行時間批註。

public virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation? RemoveRuntimeAnnotation (string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Overridable Function RemoveRuntimeAnnotation (name As String) As Annotation

參數

name
String

要移除的批註。

傳回

已移除的批註。

適用於