以下查询已成功运行. var tabs = ( from r in db.TabMasters orderby r.colID select new { r.colID, r.FirstName, r.LastName }) .Skip(rows * (page - 1)