MutableAnnotatableExtensions.GetOrAddAnnotation Methode

Definition

Ruft die vorhandene Anmerkung mit einem bestimmten Schlüssel ab oder fügt eine neue Anmerkung hinzu, falls keine vorhanden ist.

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

Parameter

annotatable
IMutableAnnotatable

Das Objekt, nach dem die Anmerkung gesucht oder hinzugefügt werden soll.

annotationName
String

Der Schlüssel der zu findenden oder hinzuzufügenden Anmerkung.

value
String

Der Wert, der in der Anmerkung gespeichert werden soll, wenn ein neuer erstellt wird.

Gibt zurück

Die gefundene oder hinzugefügte Anmerkung.

Gilt für: