IReadOnlyAnnotatable.GetAnnotation(String) Método

Definición

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

C#
public virtual Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation GetAnnotation (string annotationName);

Parámetros

annotationName
String

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

Devoluciones

Anotación con el nombre especificado.

Se aplica a

Producto Versiones
Entity Framework Core 6.0, 7.0, 8.0, 9.0