摘要:
不说废话,直接看代码吧Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> public static DataTable SelectDistinct(DataTable SourceTable, string keyFields) { if (SourceTable == null) return null; DataTable dtRet = SourceTable.Clone();//定义返回记录表 ... 阅读全文
posted @ 2010-04-26 16:49
cpmu
阅读(1285)
评论(0)
推荐(0)