摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Configuration; 5 using System.Data.SqlClient; 6 using System.Data; 7 using System.Collections; 8 9 namespace Common 10 { 11 /// <summary> 12 /// SqlHelper类提供很高的数据访问性能, 13 /// 使用SqlClient类的... 阅读全文
posted @ 2013-04-28 08:22 SoraAoi丶 阅读(452) 评论(0) 推荐(0)