共用方式為


RelationalStrings.ReadonlyEntitySaved(Object) 方法

定義

實體類型 '{entityType}' 未對應至資料表,因此實體無法保存到資料庫。 在 'OnModelCreating' 中呼叫 'ToTable',將其對應至資料表。

public static string ReadonlyEntitySaved (object entityType);
public static string ReadonlyEntitySaved (object? entityType);
static member ReadonlyEntitySaved : obj -> string
Public Shared Function ReadonlyEntitySaved (entityType As Object) As String

參數

entityType
Object

傳回

適用於