Udostępnij za pośrednictwem


MutableAnnotatableExtensions.GetAnnotation Metoda

Definicja

Pobiera adnotację o podanej nazwie, zgłaszając ją, jeśli nie istnieje.

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

Parametry

annotatable
IMutableAnnotatable

Obiekt do znalezienia adnotacji.

annotationName
String

Klucz adnotacji do znalezienia.

Zwraca

Adnotacja o określonej nazwie.

Dotyczy