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

削除する注釈の名前。

戻り値

削除された注釈。

適用対象