共用方式為


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

要儲存在批註中的值。

傳回

新建立的注釋。

適用於