다음을 통해 공유


AnnotatableBase.CreateRuntimeAnnotation(String, Object) 메서드

정의

새 런타임 주석을 만듭니다.

protected virtual Microsoft.EntityFrameworkCore.Infrastructure.Annotation CreateRuntimeAnnotation (string name, object? value);
abstract member CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
override this.CreateRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overridable Function CreateRuntimeAnnotation (name As String, value As Object) As Annotation

매개 변수

name
String

주석의 키입니다.

value
Object

주석에 저장할 값입니다.

반환

새로 만든 주석입니다.

적용 대상