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

注釈に格納する値。

戻り値

新しく作成された注釈。

適用対象