DataTable中进行Distinct、Group by、Join、Create

微软知识库里面有个DataSetHelper ,可以对DataSet中的DataTable进行Distinct、Group by、Join和Create。
Code

你可能感兴趣的:(Datatable)