AnnotatableExtensions.GetAnnotation(IAnnotatable, String) Metodo

Definizione

Ottiene l'annotazione con il nome specificato, generando se non esiste.

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

Parametri

annotatable
IAnnotatable

Oggetto su cui trovare l'annotazione.

annotationName
String

Chiave dell'annotazione da trovare.

Restituisce

Annotazione con il nome specificato.

Si applica a