Compartir a través de


AnnotatableExtensions.GetAnnotation(IAnnotatable, String) Método

Definición

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

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

Parámetros

annotatable
IAnnotatable

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