共用方式為


RelationalStrings.IncompatibleTableNoRelationship 方法

定義

無法對實體類型 '{entityType}' 使用資料表 '{table}',因為它正用於實體類型 '{otherEntityType}' 和可能其他實體類型,但沒有連結關聯性。 將外鍵新增至主鍵屬性上的 '{entityType}',並指向對應至 '{table}' 的另一個實體類型上的主鍵。

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

參數

table
Object
entityType
Object
otherEntityType
Object

傳回

適用於