ConventionAnnotatableExtensions.GetAnnotation Methode

Definition

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

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

Parameter

annotatable
IConventionAnnotatable

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

annotationName
String

Der Schlüssel der zu findenden Anmerkung.

Gibt zurück

Die Anmerkung mit dem angegebenen Namen.

Gilt für: