Поделиться через


RelationalStrings.IncompatibleTableKeyNameMismatch Метод

Определение

Не удается использовать таблицу "{table}" для типа сущности "{entityType}", так как она используется для типа сущности "{otherEntityType}", а имя "{keyName}" первичного ключа {primaryKey} не соответствует имени "{otherName}" первичного ключа {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

Параметры

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

Возвращаемое значение

Применяется к