次の方法で共有


RelationalStrings.TPHTableMismatch(Object, Object, Object, Object) メソッド

定義

'{entityType}' はテーブル '{table}' にマップされ、'{otherEntityType}' はテーブル '{otherTable}' にマップされます。 階層内のすべてのエンティティ型を同じテーブルにマップするか、識別子を削除して、それらすべてを別のテーブルにマップします。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2130430 」を参照してください。

public static string TPHTableMismatch (object entityType, object table, object otherEntityType, object otherTable);
public static string TPHTableMismatch (object? entityType, object? table, object? otherEntityType, object? otherTable);
static member TPHTableMismatch : obj * obj * obj * obj -> string
Public Shared Function TPHTableMismatch (entityType As Object, table As Object, otherEntityType As Object, otherTable As Object) As String

パラメーター

entityType
Object
table
Object
otherEntityType
Object
otherTable
Object

戻り値

適用対象