Partager via


RelationalStrings.IncompatibleTableKeyNameMismatch Méthode

Définition

Impossible d’utiliser la table « {table} » pour le type d’entité « {entityType} », car elle est utilisée pour le type d’entité « {otherEntityType} » et le nom « {keyName} » de la clé primaire {primaryKey} ne correspond pas au nom « {otherName} » de la clé primaire {otherPrimaryKey}.

public static string IncompatibleTableKeyNameMismatch (object table, object entityType, object otherEntityType, object keyName, object primaryKey, object otherName, object otherPrimaryKey);
public static string IncompatibleTableKeyNameMismatch (object? table, object? entityType, object? otherEntityType, object? keyName, object? primaryKey, object? otherName, object? otherPrimaryKey);
static member IncompatibleTableKeyNameMismatch : obj * obj * obj * obj * obj * obj * obj -> string
Public Shared Function IncompatibleTableKeyNameMismatch (table As Object, entityType As Object, otherEntityType As Object, keyName As Object, primaryKey As Object, otherName As Object, otherPrimaryKey As Object) As String

Paramètres

table
Object
entityType
Object
otherEntityType
Object
keyName
Object
primaryKey
Object
otherName
Object
otherPrimaryKey
Object

Retours

S’applique à