CoreStrings.AnnotationNotFound Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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} |
L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée.
public static string AnnotationNotFound (object annotation);
static member AnnotationNotFound : obj -> string
Public Shared Function AnnotationNotFound (annotation As Object) As String
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 |
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);
static member AnnotationNotFound : obj * obj -> string
Public Shared Function AnnotationNotFound (annotation As Object, annotatable As Object) As String
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 |
Commentaires sur Entity Framework
Entity Framework est un projet open source. Sélectionnez un lien pour fournir des commentaires :