会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
多莱特~梦未醒,再出发
行路难,行路难,多歧路,今安在。
长风破浪会有时,直挂云帆济沧海。
博客园
首页
新随笔
管理
2010年4月6日
Linq(1)
摘要: 延迟执行。 deferred execution The query variable itself only stores the query; it does not execute the query or store the result. 可以使用 query variable 多次执行,很像是委托的实现。 Deferred execution works regardless ...
阅读全文
posted @ 2010-04-06 15:11 Young跑跑
阅读(190)
评论(0)
推荐(0)
编辑