Share via


AnnotatableBase.RemoveAnnotation(String) メソッド

定義

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

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

パラメーター

name
String

削除する注釈。

戻り値

削除された注釈。

適用対象