IAnnotatable.FindRuntimeAnnotationValue(String) Méthode

Définition

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

C#
public virtual object? FindRuntimeAnnotationValue (string name);

Paramètres

name
String

Nom de l'annotation à rechercher.

Retours

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

S’applique à

Produit Versions
Entity Framework Core 6.0, 7.0, 8.0, 9.0