A
Alex Pecoraro
Is it a good idea to call DataView.Dispose() after an allocated DataView
falls out of scope?
Relatedly, if the DataView is Bound to a Control, is it safe (or necessary)
to call Dispose()?
We've found that not calling DataSet.Dispose can cause problems, but didn't
realize that there was a dispose function on the DataView till today.
Any information you can provide on the bestpractices on this subject would
be appreciated.
Thanks,
Alex
falls out of scope?
Relatedly, if the DataView is Bound to a Control, is it safe (or necessary)
to call Dispose()?
We've found that not calling DataSet.Dispose can cause problems, but didn't
realize that there was a dispose function on the DataView till today.
Any information you can provide on the bestpractices on this subject would
be appreciated.
Thanks,
Alex