Freigeben über


RelationalStrings.IncompatibleTableKeyNameMismatch Methode

Definition

Die Tabelle '{table}' kann nicht für den Entitätstyp '{entityType}' verwendet werden, da sie für den Entitätstyp '{otherEntityType}' verwendet wird und der Name '{keyName}' des Primärschlüssels {primaryKey} nicht mit dem Namen '{otherName}' des Primärschlüssels {otherPrimaryKey} übereinstimmt.

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

Parameter

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

Gibt zurück

Gilt für: