摘要:
SampleI:I created a public method called LINQToDataTable as following:public DataTable LINQToDataTable<T>(IEnumerable<T> varlist){ DataTable dtReturn = new DataTable(); // column names Pro... 阅读全文
posted @ 2010-07-06 17:39
iDEAAM
阅读(1054)
评论(2)
推荐(1)

浙公网安备 33010602011771号