You can, however, use Linq extension methods to extract a collection of DataRow s then create a new DataTable . dt = dt.AsEnumerable() .GroupBy(r => new {Col1 = ...
確定! 回上一頁