MutableAnnotatableExtensions.GetOrAddAnnotation Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.