다음을 통해 공유


AnnotatableBase.CreateAnnotation(String, Object) 메서드

정의

새 주석을 만듭니다.

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

매개 변수

name
String

주석의 키입니다.

value
Object

주석에 저장할 값입니다.

반환

새로 만든 주석입니다.

적용 대상