string.Format的用法

String where = "u_username='{0}' and u_password='{1}'";
where = string.Format(where,loginuser,password);        
 IList<users> userslist=usersBLL.Select(where,true,false);

posted on 2013-04-25 10:31  淡定的无奈  阅读(149)  评论(0编辑  收藏  举报

导航