2
votes
1answer
290 views
SqlDataReader: In this scenario, will the reader get closed?
I am cleaning up the DataReaders in an old .NET 1.1 project that I inherited.
The previous developer coded the data-access-layer in such a way that most of the DAL methods returned SqlData …
