DataTable Distinct

DataView dataView = dtTemp.DefaultView;
DataTable dataTableDistinct = dataView.ToTable(true, "UserName","Grade");
相關文章
相關標籤/搜索