博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年11月18日

摘要: SQL、LINQ、Lambda 三种用法颜色注释: SQL LinqToSql Lambda QA1、 查询Student表中的所有记录的Sname、Ssex和Class列。select sname,ssex,class from studentLinq: from s in Students... 阅读全文

posted @ 2015-11-18 13:01 米粒3 阅读(104) 评论(0) 推荐(0) 编辑