次の方法で共有


Annotation(String, Object) コンストラクター

定義

Annotation クラスの新しいインスタンスを初期化します。

public Annotation (string name, object value);
public Annotation (string name, object? value);
new Microsoft.EntityFrameworkCore.Infrastructure.Annotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Public Sub New (name As String, value As Object)

パラメーター

name
String

この注釈のキー。

value
Object

この注釈に割り当てられた値。

適用対象