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

要存储在批注中的值。

返回

新创建的批注。

适用于