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

要删除的批注的名称。

返回

已删除的批注。

适用于