Compartir a través de


MutableAnnotatableExtensions.GetAnnotation 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.Metadata.IMutableAnnotatable annotatable, string annotationName);
static member GetAnnotation : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable * string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
<Extension()>
Public Function GetAnnotation (annotatable As IMutableAnnotatable, annotationName As String) As IAnnotation

Parámetros

annotatable
IMutableAnnotatable

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