共用方式為


ConventionAnnotatable.IConventionAnnotatable.RemoveAnnotation(String) 方法

定義

從這個 物件中移除具有指定名稱的批註。

[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation IConventionAnnotatable.RemoveAnnotation (string name);
[System.Diagnostics.DebuggerStepThrough]
Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? IConventionAnnotatable.RemoveAnnotation (string name);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotatable.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Function RemoveAnnotation (name As String) As IConventionAnnotation Implements IConventionAnnotatable.RemoveAnnotation

參數

name
String

要移除之批註的名稱。

傳回

已移除的批註。

實作

屬性

適用於