共用方式為


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

傳回

適用於