Share via


Annotatable.IMutableAnnotatable.RemoveAnnotation(String) メソッド

定義

このオブジェクトから指定された注釈を削除します。

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

パラメーター

name
String

削除する注釈の名前。

戻り値

削除された注釈。

実装

属性

適用対象