摘要:
public static DataTable GetDataTableFromIList(List aIList) { DataTable _returnTable = new DataTable(); if (aIList.Count > 0) { //Creates the ... 阅读全文
posted @ 2007-11-16 16:51 农村的芬芳 阅读(606) 评论(0) 推荐(0) 编辑
|
|||
摘要:
public static DataTable GetDataTableFromIList(List aIList) { DataTable _returnTable = new DataTable(); if (aIList.Count > 0) { //Creates the ... 阅读全文
posted @ 2007-11-16 16:51 农村的芬芳 阅读(606) 评论(0) 推荐(0) 编辑 |
|||