c# datatable 分组

 DataTable dt = new DataTable();
IEnumerable<IGrouping<string, DataRow>> result = dt.Rows.Cast<DataRow>().GroupBy<DataRow, string>(dr => dr["行政代码"].ToString().Substring(, ));//按行政区代码前两位分组
上一篇:JS中的数学方法


下一篇:SpringBoot Docker入门,SpringBoot Docker安装