摘要: public string dataTableStrSql(DataTable dt) { string strSql = "1=1"; for (int i = 1; i < 12; i++)//输入你需要列数 { strSql += " and " + dt.Columns... 阅读全文
posted @ 2017-03-08 13:53 灰色泡沫h 阅读(1907) 评论(0) 推荐(0)