Udostępnij przez


IReadOnlyAnnotatable.GetAnnotation(String) Metoda

Definicja

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

public virtual Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation GetAnnotation (string annotationName);
abstract member GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.GetAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Public Overridable Function GetAnnotation (annotationName As String) As IAnnotation

Parametry

annotationName
String

Klucz adnotacji do znalezienia.

Zwraca

Adnotacja o określonej nazwie.

Dotyczy