Sdílet prostřednictvím


IReadOnlyAnnotatable.GetAnnotation(String) Metoda

Definice

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

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

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

Návraty

Poznámka se zadaným názvem.

Platí pro