This question is locked. New answers and comments are not allowed.
Hi,
We have lots of code using data readers as follows:
Is there any option in JustCode to identify if we have really closed the data readers using the following code?
We have lots of code using data readers as follows:
Dim reader As IDataReader = Db1.ExecuteReader(objCommand)Is there any option in JustCode to identify if we have really closed the data readers using the following code?
reader.Close()