Condividi tramite


ConventionAnnotatable.IMutableAnnotatable.SetAnnotation Metodo

Definizione

Imposta l'annotazione archiviata sotto la chiave specificata. Sovrascrive l'annotazione esistente se esiste già un'annotazione con il nome specificato.

[System.Diagnostics.DebuggerStepThrough]
void IMutableAnnotatable.SetAnnotation (string name, object value);
[System.Diagnostics.DebuggerStepThrough]
void IMutableAnnotatable.SetAnnotation (string name, object? value);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.SetAnnotation : string * obj -> unit
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.SetAnnotation : string * obj -> unit
Sub SetAnnotation (name As String, value As Object) Implements IMutableAnnotatable.SetAnnotation

Parametri

name
String

Nome dell'annotazione da aggiungere.

value
Object

Valore da archiviare nell'annotazione.

Implementazioni

Attributi

Si applica a