摘要:
转http://blog.csdn.net/pan_junbiao/article/details/7015633LINQ to SQL语句(1)之WhereWhere操作适用场景:实现过滤,查询等功能。说明:与SQL命令中的Where作用相似,都是起到范围限定也就是过滤作用的,而判断条件就是它后面... 阅读全文
摘要:
原文地址:http://www.csharpwin.com/csharpspace/8927r1397.shtmlMSDN建议按照下面的模式实现IDisposable接口: 1 public class Foo: IDisposable 2 { 3 public void Dispose()... 阅读全文