CoreStrings.PropertyNotAddedAdHoc(Object, Object, Object) Méthode
Définition
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.
Propriété « {entityType}. {property}' n’a pas pu être mappé, car il est de type « {propertyType} », qui n’est pas un type primitif pris en charge ou un type d’entité valide. La propriété peut être ignorée à l’aide de l’attribut « [NotMapped] ».
public static string PropertyNotAddedAdHoc (object? entityType, object? property, object? propertyType);
static member PropertyNotAddedAdHoc : obj * obj * obj -> string
Public Shared Function PropertyNotAddedAdHoc (entityType As Object, property As Object, propertyType As Object) As String
Paramètres
- entityType
- Object
- property
- Object
- propertyType
- Object
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.