다음을 통해 공유


IAnnotatable.RemoveRuntimeAnnotation(String) 메서드

정의

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

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? RemoveRuntimeAnnotation (string name);
abstract member RemoveRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function RemoveRuntimeAnnotation (name As String) As IAnnotation

매개 변수

name
String

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

반환

제거된 주석입니다.

적용 대상