RelationalStrings.TableOverrideMismatch(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.
La propriété « {propertySpecification} » a une configuration spécifique pour la table « {table} », mais n’est pas mappée à une colonne de cette table. Supprimez la configuration spécifique ou mappez un type d’entité qui contient cette propriété à « {table} ».
public static string TableOverrideMismatch (object propertySpecification, object table);
public static string TableOverrideMismatch (object? propertySpecification, object? table);
static member TableOverrideMismatch : obj * obj -> string
Public Shared Function TableOverrideMismatch (propertySpecification As Object, table As Object) As String
Paramètres
- propertySpecification
- Object
- table
- 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.