摘要:
DataTable CreateTable() { DataTable dtable = new DataTable(); DataColumn dc; //MId CId FId PId dc = new DataColumn("MId", Type.GetType("System.Int32")); ... 阅读全文
posted @ 2016-07-27 17:48
Orangutan
阅读(186)
评论(0)
推荐(0)