Compartir a través de


AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) Método

Definición

Obtiene la anotación en tiempo de ejecución con el nombre especificado y devuelve null si no existe.

Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation? IAnnotatable.FindRuntimeAnnotation (string name);
Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation IAnnotatable.FindRuntimeAnnotation (string name);
abstract member Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
override this.Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable.FindRuntimeAnnotation : string -> Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation
Function FindRuntimeAnnotation (name As String) As IAnnotation Implements IAnnotatable.FindRuntimeAnnotation

Parámetros

name
String

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

Devoluciones

Anotación en tiempo de ejecución existente si ya existe una anotación con el nombre especificado. En caso contrario, es null.

Implementaciones

Se aplica a