다음을 통해 공유


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

제거할 주석입니다.

반환

제거된 주석입니다.

적용 대상