Condividi tramite


Annotatable.IMutableAnnotatable.SetOrRemoveAnnotation(String, Object) Metodo

Definizione

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

void IMutableAnnotatable.SetOrRemoveAnnotation (string name, object? value);
void IMutableAnnotatable.SetOrRemoveAnnotation (string name, object value);
abstract member Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.SetOrRemoveAnnotation : string * obj -> unit
override this.Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable.SetOrRemoveAnnotation : string * obj -> unit
Sub SetOrRemoveAnnotation (name As String, value As Object) Implements IMutableAnnotatable.SetOrRemoveAnnotation

Parametri

name
String

Nome dell'annotazione da aggiungere.

value
Object

Valore da archiviare nell'annotazione.

Implementazioni

Si applica a