RelationalStrings.ReadonlyEntitySaved(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{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