我在我的应用程序中使用 EF。
我尝试将新记录保存\插入到映射表中
并得到以下错误:
Unable to update the EntitySet 'UsersLimitationToCountry' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current operation.
我应该自己在 edmx 中定义它吗?如何?