摘要:
不知道微軟為什么在sl中不支持DataTable,不給老程序員面子么?好吧,既然不行那我們只能DIY一個,這就開始干活:第一步:創(chuàng)建 DataRow既然是表格那我們必須有列,行和他們的集合,咳..什么都沒,那我們先創(chuàng)建列:public class DataColumn { #region "Properties" /// <summary> /// 列名 /// </summary> public string ColumnName { get; set; } /// <summary> /... 閱讀全文
posted @ 2012-03-11 15:57
逆時針の風(fēng)
閱讀(2303)
評論(10)
推薦(3)
浙公網(wǎng)安備 33010602011771號