1.

How Do You Programatically Check If A Specified Sqldatareader Instance Has Been Closed?

Answer»

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.

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.



Discussion

No Comment Found