IAnnotatable.SetRuntimeAnnotation(String, Object) Metodo

Definizione

Imposta l'annotazione di runtime archiviata nella chiave specificata. Sovrascrive l'annotazione esistente se esiste già un'annotazione con il nome specificato.

public Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation SetRuntimeAnnotation (string name, object? value);
abstract member SetRuntimeAnnotation : string * obj -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Function SetRuntimeAnnotation (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