AnnotatableBase.RemoveRuntimeAnnotation(String) メソッド

定義

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

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

パラメーター

name
String

削除する注釈。

戻り値

削除された注釈。

適用対象