次の方法で共有


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);
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

戻り値

適用対象