var result = (from p in db.t_Personnel select p.FirstName).Distinct()
linq使用Distinct()
原文:http://www.cnblogs.com/Mander/p/3521905.html