IReadOnlyAnnotatable.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.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

Parameter

annotationName
String

Der Schlüssel der zu findenden Anmerkung.

Gibt zurück

Die Anmerkung mit dem angegebenen Namen.

Gilt für: