Sdílet prostřednictvím


AnnotatableBase.GetAnnotation(String) Metoda

Definice

Získá anotaci s daným názvem, vyvolá se, pokud neexistuje.

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

Parametry

annotationName
String

Klíč poznámky, který chcete najít.

Návraty

Poznámka se zadaným názvem.

Platí pro