共用方式為


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

傳回

適用於