AnnotatableBase.IAnnotatable.RemoveRuntimeAnnotation(String) メソッド

定義

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

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.RemoveRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.RemoveRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function RemoveRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.RemoveRuntimeAnnotation

パラメーター

name
String

削除する注釈の名前。

戻り値

削除された注釈。

実装

適用対象