Partager via


RelationalStrings.TableOverrideMismatch(Object, Object) Méthode

Définition

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 à