RelationalStrings.ErrorMaterializingProperty(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.
Une erreur s’est produite lors de la lecture d’une valeur de base de données pour la propriété « {entityType} ». {property}'. Pour plus d'informations, consultez l'exception interne.
public static string ErrorMaterializingProperty (object entityType, object property);
public static string ErrorMaterializingProperty (object? entityType, object? property);
static member ErrorMaterializingProperty : obj * obj -> string
Public Shared Function ErrorMaterializingProperty (entityType As Object, property As Object) As String
Paramètres
- 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.