1.

Which Property Is Used To Check Whether A Datareader Is Closed Or Opened?

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.

 

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.

 



Discussion

No Comment Found