S
Swaroop
In .NET Compact Framework, Can I free memory explicitly without waiting
for garbage collector to frr the memory?
for garbage collector to frr the memory?
Swaroop said:Thanks Bruce & Cor
I checked for the Dispose() method for data table
But in the intellisence, I did not find Dispose() method, thats why I m
setting data table object to null
In order to get Dispose() method for data table, do I need to include
any namespace or do I need to override the method?
Please explain this...
Cor Ligthert said:In my opinion does dispose not release a datatable that is binded.
Bruce Wood said:Sorry all, my mistake.
It's not DataTable on which you should call Dispose(), but DataSet.
Again, sorry for the confusion.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.