다음을 통해 공유


ConventionAnnotatable.RemoveAnnotation(String) 메서드

정의

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

public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation RemoveAnnotation (string name);
public virtual Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation? RemoveAnnotation (string name);
override this.RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation
Public Overridable Function RemoveAnnotation (name As String) As ConventionAnnotation

매개 변수

name
String

제거할 주석입니다.

반환

Microsoft.EntityFrameworkCore.Metadata.Internal.ConventionAnnotation

제거된 주석입니다.

적용 대상