IAnnotatable.RemoveRuntimeAnnotation(String) 方法

定義

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

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? RemoveRuntimeAnnotation (string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function RemoveRuntimeAnnotation (name As String) As IAnnotation

參數

name
String

要移除的批註名稱。

傳回

已移除的批註。

適用於