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

要存储在批注中的值。

返回

新创建的批注。

适用于