共用方式為


RelationalStrings.IncompatibleTableDerivedRelationship 方法

定義

無法針對實體類型 '{entityType}' 使用資料表 '{table}',因為它正用於實體類型 '{otherEntityType}',而且其主鍵之間有關聯性,其中 '{entityType}' 是相依的,但 '{entityType}' 有對應至不同資料表的基底實體類型。 將 '{otherEntityType}' 對應至不同的資料表,或反轉 '{entityType}' 與 '{otherEntityType}' 之間的關聯性。

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

參數

table
Object
entityType
Object
otherEntityType
Object

傳回

適用於