次の方法で共有


RelationalStrings.IncompatibleTableKeyNameMismatch メソッド

定義

エンティティ型 '{entityType}' にテーブル '{table}' を使用することはできません。これは、エンティティ型 '{otherEntityType}' に使用されており、主キー {primaryKey} の名前 '{keyName}' が主キー {otherPrimaryKey} の名前 '{otherName}' と一致しないためです。

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

戻り値

適用対象