다음을 통해 공유


MutableAnnotatableExtensions.SetOrRemoveAnnotation 메서드

정의

지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 null 기존 주석을 제거합니다.

public static void SetOrRemoveAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string name, object value);
static member SetOrRemoveAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string * obj -> unit
<Extension()>
Public Sub SetOrRemoveAnnotation (annotatable As IMutableAnnotatable, name As String, value As Object)

매개 변수

annotatable
IMutableAnnotatable

주석을 설정할 개체입니다.

name
String

추가할 주석의 이름입니다.

value
Object

주석에 저장할 값입니다.

적용 대상