会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
我思考..我存在..
好好学习..天天向上.. 159753258 楼上我老婆,楼下是我! 呼叫中心、小型信息管理系统,电话:13516218837
博客园
首页
新随笔
联系
管理
订阅
Inline Temp
You have a temp that is assigned to once with a simple expression, and the temp is getting in the way of other refactoring.
Sample:
Before
1
EntrustCollection coll
=
bll.FindByCondition(entrust,
string
.Empty,
string
.Empty);
2
wgrdPruchaseResult.DataSource
=
coll;
3
wgrdPruchaseResult.DataBind();
After
1
wgrdPruchaseResult.DataSource
=
bll.FindByCondition(entrust,
string
.Empty,
string
.Empty);
2
wgrdPruchaseResult.DataBind();
posted @
2007-04-20 16:58
南守拥
阅读(
190
) 评论(
0
)
编辑
收藏
举报
刷新页面
返回顶部
公告