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

注釈に格納する値。

戻り値

新しく作成された注釈。

適用対象