//获取dt中Id,Value 2个字段不重复的数据
newDt = dt.DefaultView.ToTable(true, "Id","Value" );

 

相关文章: