DataTabel中distinct在.NET Framework2.0中,選擇DataTable等數據源中的唯一值(類似SQL中Distinct的返回結果)非常簡單,如下即可:DataTable d = dataSetName ...
blog.csdn.net