score:4

Accepted answer

it is because objectresult<t> internally accesses datareader which allows enumerating result only once in forward only way so if you want to iterate the result again without calling tolist first you must execute stored procedure again and get new objectresult<t> instance.


Related Query

More Query from same tag