摘要:
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
阅读(191)
评论(0)
推荐(0)
浙公网安备 33010602011771号