AnnotatableExtensions.GetAnnotation(IAnnotatable, String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.