다음을 통해 공유


AnnotatableBase.IAnnotatable.AddRuntimeAnnotation(String, Object) 메서드

정의

이 개체에 런타임 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다.

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.AddRuntimeAnnotation (string name, object? value);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.AddRuntimeAnnotation (string name, object value);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.AddRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.AddRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function AddRuntimeAnnotation (name As String, value As Object) As IAnnotation Implements IAnnotatable.AddRuntimeAnnotation

매개 변수

name
String

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

value
Object

주석에 저장할 값입니다.

반환

새로 추가된 주석입니다.

구현

적용 대상