2012年5月31日
摘要: 一、LINQ查询符列表Query OperatorsMeaning in Lifefrom, inUsed to define the backbone for any LINQ expression, which allows you to extract a subset of data from a fitting container.whereUsed to define a restriction for which items to extract from a container.selectUsed to select a sequence from the container 阅读全文
posted @ 2012-05-31 11:50 haoyuhai 阅读(163) 评论(0) 推荐(0)