0 votes
in Dot Net by
How do you check whether a DataReader is closed or opened?

1 Answer

0 votes
by

There is a property named "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.

...