liuyinlong

导航

Datatable 去除重复行

            DataTable dt = new DataTable();
            dt = customer.GetArea();
            DataView dv = dt.DefaultView;
            DataTable dtProvince = dv.ToTable(true, "province", "provinceid");

posted on 2011-08-18 16:35  liuyinlong  阅读(1177)  评论(0编辑  收藏  举报