共用方式為


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

要儲存在注釋中的值。

傳回

新建立的注釋。

適用於