Qus:    How do you check whether a DataReader is closed or opened?
Oct 16, 2020 14:19 DotNet 2 Answers Views: 1399 RITA
Prev Next
Answers (2)
FRAUSKY Oct 19, 2020 07:31
Answer:   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

PARTH Oct 20, 2020 13:06
Answer:   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.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect