CoreStrings.ErrorMaterializingPropertyInvalidCast 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.
Une erreur s’est produite lors de la lecture d’une valeur de base de données pour la propriété « {entityType}. {property}'. Le type attendu était « {expectedType} », mais la valeur réelle était de type « {actualType} ».
public static string ErrorMaterializingPropertyInvalidCast(object entityType, object property, object expectedType, object actualType);
public static string ErrorMaterializingPropertyInvalidCast(object? entityType, object? property, object? expectedType, object? actualType);
static member ErrorMaterializingPropertyInvalidCast : obj * obj * obj * obj -> string
Public Shared Function ErrorMaterializingPropertyInvalidCast (entityType As Object, property As Object, expectedType As Object, actualType As Object) As String
Paramètres
- entityType
- Object
- property
- Object
- expectedType
- Object
- actualType
- Object