C#中去掉表中重复的数据
摘要:
/// /// 去掉表中重复的数据 int /// /// 原始表 /// 重复的字段 /// public DataTable SelectDistinct(DataTable SourceTable, string FieldName) { DataTable dt = new Data... 阅读全文
posted @ 2014-12-26 13:05 秋天 阅读(3892) 评论(1) 推荐(0) 编辑