score:0

(from a in dbconn.table1
     select new
     {
         col1= a.col1,
         col2= a.col2
     }).tolist();

Related Query

More Query from same tag