M
murphy
We are having a memory leak issue and looking at possible causes. Do
datasets and datatables need to be explicitly disposed? My
understanding is that this is only required with connections and
datareaders. In fact doing so on a dataset could be a problem if it is
in use remotely (not an issue for us). I've heard that if a class
implements IDisposable that it means that one must explicitly dispose
of its instances but I'm dubious.
Thanks!
datasets and datatables need to be explicitly disposed? My
understanding is that this is only required with connections and
datareaders. In fact doing so on a dataset could be a problem if it is
in use remotely (not an issue for us). I've heard that if a class
implements IDisposable that it means that one must explicitly dispose
of its instances but I'm dubious.
Thanks!