Compartir a través de


ConventionAnnotatableExtensions.GetAnnotation Método

Definición

Obtiene la anotación con el nombre especificado, iniciando si no existe.

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

Parámetros

annotatable
IConventionAnnotatable

Objeto en el que se va a buscar la anotación.

annotationName
String

Clave de la anotación que se va a buscar.

Devoluciones

Anotación con el nombre especificado.

Se aplica a