zoukankan
html css js c++ java
Unable to update the EntitySet 'UserInfo' because it has a DefiningQuery and no <InsertFunction> element exists in the <ModificationFunctionMapping> element to support the current opera
解决方案:
右键单击edmx文件,选择Open with(打开方式),XML editor(XML编辑器)
在edmx:StorageModels元素中找到实体
完全删除DefiningQuery
重命名
store:Schema="dbo"
为
Schema="dbo"
(否则,代码将生成错误,说明名称无效)
查看全文
相关阅读:
分析drawImplementation(osg::RenderInfo& renderInfo,RenderLeaf*& previous)
osg求交,模型矩阵
Opengl RC(Render context,渲染上下文)与像素格式
osg渲染属性和opengl的接口分析
opengl累积缓存
weekly review 200946: NON Memory
推荐:每周影评2009国产电影回顾
[Study Note] Dependency Injection and Inversion of Control
[Study Note] TDD: Consistent test structure (测试代码的结构一致性)
海淀驾校学车考证经历(二)第一次上车
原文地址:https://www.cnblogs.com/xiewei123/p/11294465.html
最新文章
验证码,OCR字符识别
瞳孔识别
MyEclipse下的jQuery自动提示插件配置
Action间使用redirectAction时中文出乱码
学习html和css总结
css、类选择器、id选择器、html选择器
PHP开发环境的搭建和使用之自定义安装
CSS之行内元素与块元素
CSS布局小练习
css核心内容之浮动
热门文章
css 入门小案例
css核心内容之定位
CSS选择器深入探讨(细节东西)
CSS重要内容盒子
华哥的第一篇随笔
产生渲染叶
opengl纹理
vs2008快捷键
moveStateGraph() 状态树属性的收集过程
opengl几种渲染方式,用顶点缓冲区
Copyright © 2011-2022 走看看