次の方法で共有


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

定義

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

public static string NonTPHTableClash (object entityType, object otherEntityType, object table);
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

戻り値

適用対象