次の方法で共有


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

定義

'{entityType}' と '{otherEntityType}' の両方がテーブル '{table}' にマップされます。 TPH 以外の階層のすべてのエンティティ型 (識別子を持たない型) は、異なるテーブルにマップする必要があります。 詳細については、「 https://go.microsoft.com/fwlink/?linkid=2130430 」を参照してください。

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

パラメーター

entityType
Object
otherEntityType
Object
table
Object

戻り値

適用対象