在使用 .NET 3.5 的 Entity Framework 1 中,嘗試更新實體時可能會發生錯誤:
Unable to update the EntitySet - because it has a DefiningQuery and no <UpdateFunction> element exists in the <ModificationFunctionMapping> element to support the current operation.
此錯誤源自於下列原因之一情境:
驗證是否為實體定義了主鍵至關重要,即使乍看之下似乎很明顯。若要解決此問題:
遵循這些步驟通常會消除「無法更新實體集」錯誤並允許更新成功執行。
以上是如何解決實體框架1中「由於DefiningQuery和缺少UpdateFunction而無法更新EntitySet」?的詳細內容。更多資訊請關注PHP中文網其他相關文章!