Home » Unlabelled » How do you programatically check if a specified SqlDataReader instance has been closed? | ASP.Net interview questions
Saturday, 27 April 2013
How do you programatically check if a specified SqlDataReader instance has been closed? | ASP.Net interview questions
Use the IsClosed property of SqlDataReader to check if a specified SqlDataReader instance has been closed. If IsClosed property returns true, the SqlDataReader instance has been closed else not closed.
No comments:
Post a Comment