摘要: public static String BulkInsert(SqlConnection conn, DataTable dt, SqlTransaction trans, Type t = null) { try { using (SqlBulkCopy bulk = new SqlBulkCo 阅读全文
posted @ 2019-04-22 16:30 stonewl 阅读(595) 评论(0) 推荐(0)