Condividi tramite


MutableAnnotatableExtensions.GetOrAddAnnotation Metodo

Definizione

Ottiene l'annotazione esistente con una chiave specificata oppure aggiunge una nuova annotazione se non esiste.

public static Microsoft.EntityFrameworkCore.Infrastructure.Annotation GetOrAddAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string annotationName, string value);
static member GetOrAddAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string * string -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
<Extension()>
Public Function GetOrAddAnnotation (annotatable As IMutableAnnotatable, annotationName As String, value As String) As Annotation

Parametri

annotatable
IMutableAnnotatable

Oggetto a cui trovare o aggiungere l'annotazione.

annotationName
String

Chiave dell'annotazione da trovare o aggiungere.

value
String

Valore da archiviare nell'annotazione se ne viene creato uno nuovo.

Restituisce

Annotazione trovata o aggiunta.

Si applica a