다음을 통해 공유


IConventionAnnotatable.RemoveAnnotation(String) 메서드

정의

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

public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation RemoveAnnotation (string name);
public Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? RemoveAnnotation (string name);
abstract member RemoveAnnotation : string -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Public Function RemoveAnnotation (name As String) As IConventionAnnotation

매개 변수

name
String

제거할 주석의 이름입니다.

반환

제거된 주석입니다.

적용 대상