Condividi tramite


IAnnotatable.AddRuntimeAnnotation(String, Object) Metodo

Definizione

Aggiunge un'annotazione di runtime a questo oggetto. Genera un'eccezione se esiste già un'annotazione con il nome specificato.

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

Parametri

name
String

Nome dell'annotazione da aggiungere.

value
Object

Valore da archiviare nell'annotazione.

Restituisce

Annotazione appena aggiunta.

Si applica a