摘要: 需添加一个using System.Linq; 引用 public void BulkInsert(string connection, string tableName, IList list) { using (var bulkCopy = new SqlBulkCopy(connection)) { ... 阅读全文
posted @ 2016-06-16 15:32 懒懒的小易 阅读(799) 评论(0) 推荐(0) 编辑