ConventionAnnotatable.CreateAnnotation(String, Object) 方法

定义

创建新批注。

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

参数

name
String

批注的键。

value
Object

要存储在批注中的值。

返回

新创建的批注。

适用于