Wednesday, 22 July 2015

Which property is used to check whether a DataReader is closed or opened? | .NET QUESTIONS ANSWERS

The IsClosed property is used to check whether a DataReader is closed or opened. This property returns a true value if a Data Reader is closed, otherwise a false value is returned.

No comments:

Post a Comment