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

返回

适用于