S
Simone
Problem:
If a datatable has 100 rows and use 1 MB of memory and then i use the
Clear() method and then
i refill the datatable with 10 rows. The memory usage of the DataTable is
still 1MB?
The Clear method frees memory usage of the datatable?
If i want to free the memory usage of the Datatable, i must destroy the
DataTable and wait for the GC to collect that?
By Simon.
If a datatable has 100 rows and use 1 MB of memory and then i use the
Clear() method and then
i refill the datatable with 10 rows. The memory usage of the DataTable is
still 1MB?
The Clear method frees memory usage of the datatable?
If i want to free the memory usage of the Datatable, i must destroy the
DataTable and wait for the GC to collect that?
By Simon.