Destroying a data structure => dataset or datatable.

mike55

Well-known member
Joined
Mar 26, 2004
Messages
726
Location
Ireland
Hi,

Can anyone suggest the best way for deleting/destroying either a dataset or a datatable. I use the two methods .clear and .dispose when I am doing it but I dont think that these two command actually destroy the structure but simple remove all data from inside the structure.

Mike55
 
Back
Top