CoreStrings.FieldNameMismatch(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.
Le champ spécifié « {field} » ne peut pas être utilisé pour la propriété « {entityType} ». {property} ' car elle ne correspond pas au nom de la propriété. Les propriétés de type d’entité qui ne sont pas associées à une propriété CLR doivent correspondre exactement au nom du champ.
public static string FieldNameMismatch (object field, object entityType, object property);
public static string FieldNameMismatch (object? field, object? entityType, object? property);
static member FieldNameMismatch : obj * obj * obj -> string
Public Shared Function FieldNameMismatch (field As Object, entityType As Object, property As Object) As String
Paramètres
- field
- Object
- entityType
- Object
- property
- 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.