In C#, how can you calculate the size of a datatable object in memory?
We're using this to store various data groups, and would like to perform some logging/monitoring to aid in tuning the system.
However one of the pieces of information we need is the size of the datatable object.
Any ideas?