摘要:
DataSet添加新列DataSet ds = jhPhotoAlbum.GetList("JH5='" + key + "'");ds.Tables[0].Columns.Add("count", typeof(System.String));for (int i = 0; i 10) { DataTable dt = new DataTable(); dt = ds.Tables[0].Clone(); for (int i = 0; i < 10; i++) ... 阅读全文
posted @ 2013-12-11 14:41
lampon
阅读(1174)
评论(0)
推荐(0)
浙公网安备 33010602011771号