다음을 통해 공유


AnnotatableBase.RemoveAnnotation(String) 메서드

정의

이 개체에서 지정된 주석을 제거합니다.

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

매개 변수

name
String

제거할 주석입니다.

반환

제거된 주석입니다.

적용 대상