
ADO.NET Entity Framework
meander
三年Java开发经验,两年C#开发经验。善于使用eclipse和visual studio开发工具。从事过ERP和数据存储软件开发。专注于企业集成。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Unable to create a constant value of type 'Closure type'.异常
<br />使用Linq to Entities的时候发生如下异常: <br /> Unable to create a constant value of type 'Closure type'. Only primitive types ('such as Int32, String, and Guid') are supported in this context. <br /><br /><br /> 代码是这样的: <br /> ctx.Products.Where(p =>转载 2010-12-28 16:05:00 · 2512 阅读 · 0 评论 -
ESQL应该注意的地方
Entity SQL 是 ADO.NET 实 体框架 提供的 SQL 类语言,用于支持 实体数据模型 (EDM) 。Entity SQL 可用于对象查询和使用 EntityClient 提供程序执行的查询。l 关键字Value关键字 ESQL 提 供了 SELECT VALUE 子句以跳过隐式行构造。SELECT VALUE 子句中只能指 定一项。在使用这样的子句时,将不会对 SELECT 子句中的项构造行包装器,并且可生成所要形状的集合,例如转载 2011-01-21 08:42:00 · 1214 阅读 · 0 评论