在使用 .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中文网其他相关文章!