主要是它们的工作原理、什么时候会用到?
I'm having trouble populating a List<T> using SQLDataReader. The problem is that will I can see it iterate through the rows during the while loop, the list adds the next row but over rights the ...