2014年8月7日

c# 用代码定义带数据的datatable

摘要: DataTable customerTable = new DataTable(); customerTable.Columns.Add("clsCustomerID", typeof(string)); customerTable... 阅读全文

posted @ 2014-08-07 10:02 齐文宣 阅读(886) 评论(0) 推荐(0)

导航