AnnotatableBase.IAnnotatable.FindRuntimeAnnotation(String) Méthode

Définition

Obtient l’annotation du runtime avec le nom donné, en retournant null si elle n’existe pas.

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

Paramètres

name
String

Nom de l'annotation à rechercher.

Retours

Annotation d’exécution existante si une annotation portant le nom spécifié existe déjà. Sinon, null.

Implémente

S’applique à