AnnotatableBase.GetAnnotation(String) Methode

Definition

Ruft die Anmerkung mit dem angegebenen Namen ab und löst aus, wenn sie nicht vorhanden ist.

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

Parameter

annotationName
String

Der Schlüssel der zu findenden Anmerkung.

Gibt zurück

Die Anmerkung mit dem angegebenen Namen.

Gilt für: