Setting DataReader = nothing
Posted
by tanmay
on Stack Overflow
See other posts from Stack Overflow
or by tanmay
Published on 2010-04-19T07:22:29Z
Indexed on
2010/04/19
7:33 UTC
Read the original article
Hit count: 361
datareader
|nothing
Hi all, In my project I have seen that at many places developer has just nullify the DataReader object after use and hasn't close or dispose.. I want to know the advace effect of doing so, I mean nullifying the datareader and not closeing them.
Thanks and Regards, Tanmay.
© Stack Overflow or respective owner