DataView dv = new DataView(table); dv.RowFilter = " Type=‘10‘ and Visible=‘true‘"; dv.Sort = "DisplaySequence ASC"; DataTable dt_New = dv.ToTable();
DataTable Select 使用
原文:http://www.cnblogs.com/Yellowshorts/p/4094828.html