Lire en anglais

Partager via


CoreStrings.AnnotationNotFound Méthode

Définition

Surcharges

AnnotationNotFound(Object)

L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée.

AnnotationNotFound(Object, Object)

L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée à l’objet {annotatable}

AnnotationNotFound(Object)

L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée.

public static string AnnotationNotFound (object annotation);

Paramètres

annotation
Object

Retours

S’applique à

Entity Framework Core 3.1 et Entity Framework Core 3.0
Produit Versions
Entity Framework Core 3.0, 3.1

AnnotationNotFound(Object, Object)

L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée à l’objet {annotatable}

public static string AnnotationNotFound (object annotation, object annotatable);
public static string AnnotationNotFound (object? annotation, object? annotatable);

Paramètres

annotation
Object
annotatable
Object

Retours

S’applique à

Entity Framework Core 8.0 et autres versions
Produit Versions
Entity Framework Core 5.0, 6.0, 7.0, 8.0