다음을 통해 공유


MutableAnnotatableExtensions.GetOrAddAnnotation 메서드

정의

지정된 키가 있는 기존 주석을 가져오거나 없는 경우 새 주석을 추가합니다.

public static Microsoft.EntityFrameworkCore.Infrastructure.Annotation GetOrAddAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string annotationName, string value);
static member GetOrAddAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string * string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
<Extension()>
Public Function GetOrAddAnnotation (annotatable As IMutableAnnotatable, annotationName As String, value As String) As Annotation

매개 변수

annotatable
IMutableAnnotatable

주석을 찾거나 추가할 개체입니다.

annotationName
String

찾거나 추가할 주석의 키입니다.

value
String

새 주석을 만든 경우 주석에 저장할 값입니다.

반환

찾거나 추가한 주석입니다.

적용 대상