dc.table.firstordefault.id
int[] array = {20,10,11,...}; var result = from p in table1 where array.Contains(p.id) select p; 大概是这样,因为手头上没有VS,所以不保证激雀100%准确。关键是扩展方法蔽敬Contains的使用明并早。