Condividi tramite


AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) Metodo

Definizione

Ottiene l'annotazione di runtime con il nome specificato, che restituisce null se non esiste.

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

Parametri

name
String

Nome dell'annotazione da trovare.

Restituisce

Annotazione runtime esistente se esiste già un'annotazione con il nome specificato. In caso contrario, null.

Implementazioni

Si applica a