首页 / 软件开发 / .NET编程技术 / ADO.NET Entity Framework(5)esql (一)
ADO.NET Entity Framework(5)esql (一)2010-08-28 cnblogs WXWinter目录1 esql的查询结果集 ObjectQuery 11.1 ObjectQuery<实体> 11.2 ObjectQuery<DbDataRecord> 11.3 ObjectQuery<简单类型> 12 esql的使用 22.1 it关键字 22.2 value 关键字 22.3 查询参数的使用 32.4 中文字段 33 得到esql与sql字串 33.1 CommandText属性 43.2 ToTraceString方法 44 ObjectQuery的Linq方法 44.1 Where 44.2 OrderBy 44.3 Select 44.4 SelectValue(projection) 44.5 Top(count) 54.6 Skip(keys,count) 54.7 分页 Skip Top 54.8 GroupBy(keys,projection) 64.9 Include(path) 6