IAnnotatable.AddRuntimeAnnotation(String, Object) Método

Definição

Adiciona uma anotação de runtime a esse objeto. Gerará se já existir uma anotação com o nome especificado.

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation AddRuntimeAnnotation (string name, object? value);
abstract member AddRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function AddRuntimeAnnotation (name As String, value As Object) As IAnnotation

Parâmetros

name
String

O nome da anotação a ser adicionada.

value
Object

O valor a ser armazenado na anotação.

Retornos

A anotação recém-adicionada.

Aplica-se a