Share via


Annotation(String, Object) Construtor

Definição

Inicializa uma nova instância da classe 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)

Parâmetros

name
String

A chave dessa anotação.

value
Object

O valor atribuído a essa anotação.

Aplica-se a