DataTable Distinct

DataView dataView = dtTemp.DefaultView;
DataTable dataTableDistinct = dataView.ToTable(true, "UserName","Grade");
相关文章
相关标签/搜索