摘要:
DataTable table2 = new DataTable(); DataColumn column1 = new DataColumn("id", typeof(System.Int32)); DataColumn column2 = new DataColumn("value", typeof(System.Int32)); table2.... 阅读全文
posted @ 2007-11-23 17:52
zwei
阅读(220)
评论(0)
推荐(0)
浙公网安备 33010602011771号