MutableAnnotatableExtensions.GetAnnotation Methode

Definition

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

public static Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation GetAnnotation (this Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable annotatable, string annotationName);
static member GetAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
<Extension()>
Public Function GetAnnotation (annotatable As IMutableAnnotatable, annotationName As String) As IAnnotation

Parameter

annotatable
IMutableAnnotatable

Das Objekt, für das die Anmerkung gesucht werden soll.

annotationName
String

Der Schlüssel der zu suchenden Anmerkung.

Gibt zurück

Die Anmerkung mit dem angegebenen Namen.

Gilt für: