共用方式為


RelationalStrings.IncompatibleTableExcludedMismatch 方法

定義

無法針對實體類型 '{entityType}' 使用資料表 '{table}',因為它正用於實體類型 '{otherEntityType}',而且會從某個實體類型的移轉中排除,但不會在另一個實體類型上排除。 排除資料表,使其無法移轉對應至資料表的所有實體類型。

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

參數

table
Object
entityType
Object
otherEntityType
Object

傳回

適用於