摘要:
常用查询: LINQ: from c in ctx.Customers select c HQL: from Customers c 比较一下,区别还是有的 ;注意HQL中Customers 是个领域模型;LINQ中的ctx是DataContext实例; 既然他们都是对象化的查询,那下面的例子: LINQ: from c i... 阅读全文
posted @ 2008-03-14 17:39
破甲
阅读(487)
评论(0)
推荐(0)