次の方法で共有


IMutableAnnotatable.RemoveAnnotation(String) メソッド

定義

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

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

パラメーター

name
String

削除する注釈の名前。

戻り値

削除された注釈。

適用対象