Udostępnij za pośrednictwem


MutableAnnotatableExtensions.GetOrAddAnnotation Metoda

Definicja

Pobiera istniejącą adnotację z danym kluczem lub dodaje nową adnotację, jeśli nie istnieje.

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

Parametry

annotatable
IMutableAnnotatable

Obiekt do znalezienia lub dodania adnotacji.

annotationName
String

Klucz adnotacji do znalezienia lub dodania.

value
String

Wartość, która ma być przechowywana w adnotacji, jeśli zostanie utworzona nowa.

Zwraca

Znaleziono lub dodano adnotację.

Dotyczy