摘要: ---恢复内容开始---1.对查询结果进行转换。string[] names={"ADE","Jerry","Steves"};var ns=from s in names where s.StartWiths("A") Select s.ToLow... 阅读全文
posted @ 2015-11-03 14:08 sucer德 阅读(831) 评论(0) 推荐(0) 编辑
摘要: 1.对查询结果进行转换。string[] names={"ADE","Jerry","Steves"};var ns=from s in names where s.StartWiths("A") Select s.ToLower();foreare... 阅读全文
posted @ 2015-11-03 10:33 sucer德 阅读(74) 评论(0) 推荐(0) 编辑