Condividi tramite


RelationalStrings.IncompatibleTableKeyNameMismatch Metodo

Definizione

Impossibile usare la tabella '{table}' per il tipo di entità '{entityType}' perché viene usato per il tipo di entità '{otherEntityType}' e il nome '{keyName}' della chiave primaria {primaryKey} non corrisponde al nome '{otherName}' della chiave primaria {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

Parametri

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

Restituisce

Si applica a